Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dudp.h43 struct udphdr { struct
44 u_short uh_sport; /* source port */
45 u_short uh_dport; /* destination port */
46 u_short uh_ulen; /* udp length */
47 u_short uh_sum; /* udp checksum */
/f-stack/freebsd/netinet/
H A Dudp.h43 struct udphdr { struct
44 u_short uh_sport; /* source port */
45 u_short uh_dport; /* destination port */
46 u_short uh_ulen; /* udp length */
47 u_short uh_sum; /* udp checksum */
/f-stack/dpdk/examples/bpf/
H A Dt1.c50 struct udphdr *udphdr = (void *)iphdr + hlen; in entry() local
/f-stack/freebsd/netinet/libalias/
H A Dalias_local.h405 udp_next(struct udphdr *udphdr) in udp_next()
/f-stack/freebsd/net/
H A Dif_gre.h101 struct greudp *udphdr; member
/f-stack/tools/compat/include/net/
H A Dif_gre.h101 struct greudp *udphdr; member
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmip.h120 cvmip_udp_hdr_t udphdr; member