Searched defs:udphdr (Results 1 – 7 of 7) sorted by relevance
43 struct udphdr { struct44 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 */
50 struct udphdr *udphdr = (void *)iphdr + hlen; in entry() local
405 udp_next(struct udphdr *udphdr) in udp_next()
101 struct greudp *udphdr; member
120 cvmip_udp_hdr_t udphdr; member