Home
last modified time | relevance | path

Searched defs:udphdr (Results 1 – 8 of 8) sorted by relevance

/minix/external/bsd/dhcp/dist/includes/netinet/
H A Dudp.h62 struct udphdr { struct
63 u_int16_t uh_sport; /* source port */
64 u_int16_t uh_dport; /* destination port */
65 u_int16_t uh_ulen; /* udp length */
66 u_int16_t uh_sum; /* udp checksum */
/minix/sys/netinet/
H A Dudp.h42 struct udphdr { struct
43 uint16_t uh_sport; /* source port */
44 uint16_t uh_dport; /* destination port */
45 uint16_t uh_ulen; /* udp length */
46 uint16_t uh_sum; /* udp checksum */
/minix/external/bsd/tcpdump/dist/
H A Dudp.h36 struct udphdr { struct
37 uint16_t uh_sport; /* source port */
38 uint16_t uh_dport; /* destination port */
39 uint16_t uh_ulen; /* udp length */
40 uint16_t uh_sum; /* udp checksum */
/minix/minix/lib/liblwip/dist/src/core/
H A Dudp.c187 struct udp_hdr *udphdr; in udp_input() local
695 struct udp_hdr *udphdr; in udp_sendto_if_src_chksum() local
1226 udp_debug_print(struct udp_hdr *udphdr) in udp_debug_print()
/minix/minix/lib/liblwip/dist/src/include/lwip/
H A Dudp.h179 #define udp_debug_print(udphdr) argument
/minix/minix/lib/liblwip/dist/src/netif/
H A Dlowpan6.c908 struct udp_hdr *udphdr; in lowpan6_decompress() local
/minix/minix/lib/liblwip/dist/src/core/ipv4/
H A Dip4.c576 struct udp_hdr *udphdr = (struct udp_hdr *)((u8_t *)iphdr + iphdr_hlen); local
/minix/minix/lib/liblwip/dist/src/api/
H A Dapi_msg.c205 const struct udp_hdr* udphdr = (const struct udp_hdr*)ip_next_header_ptr(); local