Searched defs:udphdr (Results 1 – 13 of 13) sorted by relevance
23 struct udphdr { struct24 __be16 source;25 __be16 dest;26 __be16 len;27 __sum16 check;
18 struct udphdr { struct19 uint16_t uh_sport;20 uint16_t uh_dport;21 uint16_t uh_ulen;22 uint16_t uh_sum;
40 struct udphdr { struct41 nd_uint16_t uh_sport; /* source port */42 nd_uint16_t uh_dport; /* destination port */43 nd_uint16_t uh_ulen; /* udp length */44 nd_uint16_t uh_sum; /* udp checksum */
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()144 struct udphdr udphdr; in send_fragment() local
681 uint8_t udphdr[] = { UDP_HEADER }; in TEST_F() local
617 struct udphdr *udphdr; in pkt_dump() local
52687 struct udphdr { struct52688 __be16 source;52689 __be16 dest;52690 __be16 len;52691 __sum16 check;
81097 struct udphdr { struct81098 __be16 source;81099 __be16 dest;81100 __be16 len;81101 __sum16 check;
47548 struct udphdr { struct47549 __be16 source;47550 __be16 dest;47551 __be16 len;47552 __sum16 check;
55943 struct udphdr { struct55944 __be16 source;55945 __be16 dest;55946 __be16 len;55947 __sum16 check;