Searched defs:iphdr (Results 1 – 6 of 6) sorted by relevance
86 struct iphdr { struct88 __u8 ihl:4,89 version:4;96 __u8 tos;97 __be16 tot_len;98 __be16 id;99 __be16 frag_off;100 __u8 ttl;101 __u8 protocol;102 __sum16 check;[all …]
85 struct iphdr { struct87 __u8 ihl:4,88 version:4;95 __u8 tos;96 __be16 tot_len;97 __be16 id;98 __be16 frag_off;99 __u8 ttl;100 __u8 protocol;101 __sum16 check;[all …]
101 static uint16_t udp_checksum(struct ip *iphdr, struct udphdr *udphdr) in udp_checksum()117 static uint16_t udp6_checksum(struct ip6_hdr *iphdr, struct udphdr *udphdr) in udp6_checksum()176 struct ip *iphdr = (struct ip *)ip_frame; in send_fragment() local206 struct ip *iphdr = (struct ip *)ip_frame; in send_udp_frags() local
712 uchar *pkt, *iphdr; in bootp_request() local971 uchar *pkt, *iphdr; in dhcp_send_request_packet() local
497 char iphdr[sizeof(struct ip6_hdr)]; in translate_packet() local