udphdr 163 arch/i386/stand/libsa/pxe.c struct udphdr *uh;
udphdr 166 arch/i386/stand/libsa/pxe.c uh = (struct udphdr *)pkt - 1;
udphdr 751 dev/ic/hme.c struct udphdr *uh;
udphdr 793 dev/ic/hme.c if (pktlen < (hlen + sizeof(struct udphdr)))
udphdr 795 dev/ic/hme.c uh = (struct udphdr *)((caddr_t)ip + hlen);
udphdr 2093 dev/pci/if_em.c offsetof(struct udphdr, uh_sum);
udphdr 1367 dev/pci/if_ixgb.c offsetof(struct udphdr, uh_sum);
udphdr 316 dev/pci/if_san_common.h struct udphdr udp_hdr;
udphdr 1893 dev/pci/if_sk.c struct udphdr *uh = (struct udphdr *)pp;
udphdr 67 lib/libsa/net.c struct udphdr *uh;
udphdr 83 lib/libsa/net.c uh = (struct udphdr *)pkt - 1;
udphdr 134 lib/libsa/net.c struct udphdr *uh;
udphdr 144 lib/libsa/net.c uh = (struct udphdr *)pkt - 1;
udphdr 127 lib/libsa/tftp.c struct udphdr *uh;
udphdr 128 lib/libsa/tftp.c uh = (struct udphdr *) pkt - 1;
udphdr 4039 net/pf.c struct udphdr *uh = pd->hdr.udp;
udphdr 4445 net/pf.c struct udphdr uh;
udphdr 5285 net/pf.c if (off < sizeof(struct ip) || len < sizeof(struct udphdr))
udphdr 5455 net/pf.c struct udphdr uh;
udphdr 5465 net/pf.c ntohs(uh.uh_ulen) < sizeof(struct udphdr)) {
udphdr 5830 net/pf.c struct udphdr uh;
udphdr 5840 net/pf.c ntohs(uh.uh_ulen) < sizeof(struct udphdr)) {
udphdr 1058 net/pfvar.h struct udphdr *udp;
udphdr 2134 netinet/ip_mroute.c struct udphdr *udp =
udphdr 2135 netinet/ip_mroute.c (struct udphdr *)(((char *)ip) + (ip->ip_hl << 2));
udphdr 2040 netinet/ip_output.c offset += offsetof(struct udphdr, uh_sum);
udphdr 408 netinet/ipsec_output.c struct udphdr *uh;
udphdr 414 netinet/ipsec_output.c mi = m_inject(m, sizeof(struct ip), sizeof(struct udphdr),
udphdr 420 netinet/ipsec_output.c uh = mtod(mi, struct udphdr *);
udphdr 547 netinet/ipsec_output.c adjust += sizeof(struct udphdr);
udphdr 42 netinet/udp.h struct udphdr {
udphdr 165 netinet/udp_usrreq.c struct udphdr *uh;
udphdr 214 netinet/udp_usrreq.c IP6_EXTHDR_GET(uh, struct udphdr *, m, iphlen, sizeof(struct udphdr));
udphdr 234 netinet/udp_usrreq.c len < sizeof(struct udphdr)) {
udphdr 316 netinet/udp_usrreq.c int skip = iphlen + sizeof(struct udphdr);
udphdr 336 netinet/udp_usrreq.c mtod(m, u_char *) + sizeof(struct udphdr), iphlen);
udphdr 337 netinet/udp_usrreq.c m_adj(m, sizeof(struct udphdr));
udphdr 338 netinet/udp_usrreq.c skip -= sizeof(struct udphdr);
udphdr 411 netinet/udp_usrreq.c iphlen += sizeof(struct udphdr);
udphdr 632 netinet/udp_usrreq.c iphlen += sizeof(struct udphdr);
udphdr 667 netinet/udp_usrreq.c struct udphdr uh;
udphdr 829 netinet/udp_usrreq.c struct udphdr *uhp;
udphdr 855 netinet/udp_usrreq.c uhp = (struct udphdr *)((caddr_t)ip + (ip->ip_hl << 2));
udphdr 943 netinet/udp_usrreq.c ui->ui_len = htons((u_int16_t)len + sizeof (struct udphdr));
udphdr 958 netinet/udp_usrreq.c sizeof (struct udphdr) + IPPROTO_UDP));
udphdr 43 netinet/udp_var.h struct udphdr ui_u; /* udp header */
udphdr 121 netinet6/udp6_output.c u_int32_t plen = sizeof(struct udphdr) + ulen;
udphdr 123 netinet6/udp6_output.c struct udphdr *udp6;
udphdr 226 netinet6/udp6_output.c M_PREPEND(m, hlen + sizeof(struct udphdr), M_DONTWAIT);
udphdr 235 netinet6/udp6_output.c udp6 = (struct udphdr *)(mtod(m, caddr_t) + hlen);