uhp 677 netinet/udp_usrreq.c } *uhp;
uhp 751 netinet/udp_usrreq.c if (m->m_pkthdr.len < off + sizeof(*uhp))
uhp 755 netinet/udp_usrreq.c m_copydata(m, off, sizeof(*uhp), (caddr_t)&uh);
uhp 829 netinet/udp_usrreq.c struct udphdr *uhp;
uhp 855 netinet/udp_usrreq.c uhp = (struct udphdr *)((caddr_t)ip + (ip->ip_hl << 2));
uhp 860 netinet/udp_usrreq.c udpencap_port && uhp->uh_sport == htons(udpencap_port)) {
uhp 866 netinet/udp_usrreq.c ip->ip_dst, uhp->uh_dport, ip->ip_src, uhp->uh_sport);