HPCToolkit
cct_addr.h File Reference
Include dependency graph for cct_addr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cct_addr_t
 

Macros

#define assoc_info_NULL   {.bits = 0}
 
#define NON_LUSH_ADDR_INI(id, ip)   {.as_info = assoc_info_NULL, .ip_norm = {.lm_id = id, .lm_ip = ip}, .lip = NULL}
 

Typedefs

typedef struct cct_addr_t cct_addr_t
 

Functions

static bool cct_addr_eq (const cct_addr_t *a, const cct_addr_t *b)
 
static bool cct_addr_lt (const cct_addr_t *a, const cct_addr_t *b)
 
static bool cct_addr_gt (const cct_addr_t *a, const cct_addr_t *b)
 

Macro Definition Documentation

◆ assoc_info_NULL

#define assoc_info_NULL   {.bits = 0}

Definition at line 104 of file cct_addr.h.

◆ NON_LUSH_ADDR_INI

#define NON_LUSH_ADDR_INI (   id,
  ip 
)    {.as_info = assoc_info_NULL, .ip_norm = {.lm_id = id, .lm_ip = ip}, .lip = NULL}

Definition at line 106 of file cct_addr.h.

Typedef Documentation

◆ cct_addr_t

typedef struct cct_addr_t cct_addr_t

Definition at line 55 of file cct_addr.h.

Function Documentation

◆ cct_addr_eq()

static bool cct_addr_eq ( const cct_addr_t a,
const cct_addr_t b 
)
inlinestatic

Definition at line 78 of file cct_addr.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cct_addr_gt()

static bool cct_addr_gt ( const cct_addr_t a,
const cct_addr_t b 
)
inlinestatic

Definition at line 99 of file cct_addr.h.

Here is the call graph for this function:

◆ cct_addr_lt()

static bool cct_addr_lt ( const cct_addr_t a,
const cct_addr_t b 
)
inlinestatic

Definition at line 86 of file cct_addr.h.

Here is the call graph for this function:
Here is the caller graph for this function: