| Home | Sort by: relevance | last modified time | path |
| /src/external/mpl/dhcp/dist/includes/netinet/ | |
| udp.h | 65 u_int16_t uh_dport; /* destination port */ member in struct:udphdr |
| /src/sys/netinet/ | |
| udp.h | 44 uint16_t uh_dport; /* destination port */ member in struct:udphdr |
| /src/sys/arch/mvme68k/stand/sboot/ | |
| etherfun.h | 90 u_short uh_dport; member in struct:udp |
| /src/sys/lib/libsa/ | |
| rpc.c | 296 u_int16_t uh_dport; /* destination port */ member in struct:hackhdr |
| /src/external/bsd/ipf/dist/ipsd/Celler/ | |
| ip_compat.h | 154 __u16 uh_dport; member in struct:__anon6696 |
| /src/external/bsd/tcpdump/dist/ | |
| udp.h | 38 nd_uint16_t uh_dport; /* destination port */ member in struct:udphdr |
| /src/sys/netinet6/ | |
| udp6_usrreq.c | 199 u_int16_t uh_dport; member in struct:udp_portonly 255 uh.uh_dport, (const struct in6_addr *)&sa6_src->sin6_addr, 267 uh.uh_dport, 0)) 290 (void)in6pcb_notify(&udbtable, sa, uh.uh_dport, 694 if (uh->uh_dport == 0) 716 dst.sin6_port = uh->uh_dport; 982 udp6->uh_dport = fport; 1461 dport = udphdr->uh_dport; |