Searched refs:fill_ip_header (Results 1 – 3 of 3) sorted by relevance
47 void fill_ip_header(struct iphdr *ip_targ, uint16_t payload_len, uint8_t protocol,
123 fill_ip_header(ip_targ, 0, protocol, ip6); in ipv6_packet()
125 void fill_ip_header(struct iphdr *ip, uint16_t payload_len, uint8_t protocol, in fill_ip_header() function