Searched refs:uh_ulen (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dudp.h75 u_short uh_ulen; /* udp length */ member in struct:udphdr
H A Dudp_var.h83 #define ui_ulen ui_u.uh_ulen
H A Dudp_usrreq.c322 ip->ip_src.s_addr, ip->ip_dst.s_addr, uh->uh_ulen);
328 len = ntohs((u_short)uh->uh_ulen);
364 ((struct ipovly *)ip)->ih_len = uh->uh_ulen;
727 save_ip.ip_src.s_addr, save_ip.ip_dst.s_addr, uh->uh_ulen);
H A Dip_compat.h554 __u16 uh_ulen;
H A Din_dhcp.c196 pkt->udp.uh_ulen = htons(pkt_size - sizeof(pkt->ip));
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.h67 short uh_ulen; /* udp length */ member in struct:udphdr
84 #define ui_ulen ui_u.uh_ulen
/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_output.c335 udp6->uh_ulen = htons((u_short)plen);
337 udp6->uh_ulen = 0;
H A Desp_output.c807 udp->uh_ulen = htons(ntohs(ip->ip_len) - (IP_VHL_HL(ip->ip_vhl) << 2));
H A Dudp6_usrreq.c230 ulen = ntohs((u_short)uh->uh_ulen);
H A Dipsec.c4452 uh->uh_ulen = htons(1 + sizeof(*uh));
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c5045 offx += pd->hdr.udp->uh_ulen << 2;
6425 off + uh->uh_ulen, pd, kif);
8235 ntohs(uh.uh_ulen) > m->m_pkthdr.len - off ||
8236 ntohs(uh.uh_ulen) < sizeof (struct udphdr)) {
8829 ntohs(uh.uh_ulen) > m->m_pkthdr.len - off ||
8830 ntohs(uh.uh_ulen) < sizeof (struct udphdr)) {

Completed in 60 milliseconds