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