![]() |
FD.io VPP
v16.12-rc0-308-g931be3a
Vector Packet Processing
|
Include dependency graph for lisp_msg_serdes.c:Go to the source code of this file.
| u32 lisp_msg_parse_addr | ( | vlib_buffer_t * | b, |
| gid_address_t * | eid | ||
| ) |
Definition at line 160 of file lisp_msg_serdes.c.
Here is the call graph for this function:
Here is the caller graph for this function:| u32 lisp_msg_parse_eid_rec | ( | vlib_buffer_t * | b, |
| gid_address_t * | eid | ||
| ) |
Definition at line 171 of file lisp_msg_serdes.c.
Here is the call graph for this function:
Here is the caller graph for this function:| u32 lisp_msg_parse_itr_rlocs | ( | vlib_buffer_t * | b, |
| gid_address_t ** | rlocs, | ||
| u8 | rloc_count | ||
| ) |
Definition at line 187 of file lisp_msg_serdes.c.
Here is the call graph for this function:
Here is the caller graph for this function:| u32 lisp_msg_parse_loc | ( | vlib_buffer_t * | b, |
| locator_t * | loc | ||
| ) |
Definition at line 206 of file lisp_msg_serdes.c.
Here is the call graph for this function:
Here is the caller graph for this function:| u32 lisp_msg_parse_mapping_record | ( | vlib_buffer_t * | b, |
| gid_address_t * | eid, | ||
| locator_t ** | locs, | ||
| locator_t * | probed_ | ||
| ) |
Definition at line 220 of file lisp_msg_serdes.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void* lisp_msg_pull_hdr | ( | vlib_buffer_t * | b, |
| lisp_msg_type_e | type | ||
| ) |
| void* lisp_msg_push_ecm | ( | vlib_main_t * | vm, |
| vlib_buffer_t * | b, | ||
| int | lp, | ||
| int | rp, | ||
| gid_address_t * | la, | ||
| gid_address_t * | ra | ||
| ) |
Definition at line 113 of file lisp_msg_serdes.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void* lisp_msg_put_eid_rec | ( | vlib_buffer_t * | b, |
| gid_address_t * | eid | ||
| ) |
Definition at line 47 of file lisp_msg_serdes.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void* lisp_msg_put_gid | ( | vlib_buffer_t * | b, |
| gid_address_t * | gid | ||
| ) |
Definition at line 21 of file lisp_msg_serdes.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 29 of file lisp_msg_serdes.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void* lisp_msg_put_mreq | ( | lisp_cp_main_t * | lcm, |
| vlib_buffer_t * | b, | ||
| gid_address_t * | seid, | ||
| gid_address_t * | deid, | ||
| gid_address_t * | rlocs, | ||
| u8 | is_smr_invoked, | ||
| u64 * | nonce | ||
| ) |
Definition at line 81 of file lisp_msg_serdes.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |