Go to the source code of this file.
|
u16 | udp_ip4_checksum (const void *b, u32 len, u8 *src, u8 *dst) |
|
u16 | udp_ip6_checksum (ip6_header_t *ip6, udp_header_t *up, u32 len) |
|
u16 | udp_checksum (udp_header_t *uh, u32 udp_len, void *ih, u8 version) |
|
void * | pkt_push_udp (vlib_main_t *vm, vlib_buffer_t *b, u16 sp, u16 dp) |
|
void * | pkt_push_ipv4 (vlib_main_t *vm, vlib_buffer_t *b, ip4_address_t *src, ip4_address_t *dst, int proto) |
|
void * | pkt_push_ipv6 (vlib_main_t *vm, vlib_buffer_t *b, ip6_address_t *src, ip6_address_t *dst, int proto) |
|
void * | pkt_push_ip (vlib_main_t *vm, vlib_buffer_t *b, ip_address_t *src, ip_address_t *dst, u32 proto) |
|
void * | pkt_push_udp_and_ip (vlib_main_t *vm, vlib_buffer_t *b, u16 sp, u16 dp, ip_address_t *sip, ip_address_t *dip) |
|
void * | pkt_push_ecm_hdr (vlib_buffer_t *b) |
|
- Returns IP ID for the packet */
Definition at line 30 of file packets.c.