| /src/external/mpl/dhcp/dist/includes/netinet/ |
| udp.h | 64 u_int16_t uh_sport; /* source port */ member in struct:udphdr
|
| /src/sys/netinet/ |
| udp.h | 43 uint16_t uh_sport; /* source port */ member in struct:udphdr
|
| /src/sys/arch/mvme68k/stand/sboot/ |
| etherfun.h | 89 u_short uh_sport; member in struct:udp
|
| /src/sys/lib/libsa/ |
| rpc.c | 295 u_int16_t uh_sport; /* source port */ member in struct:hackhdr 305 *port = hhdr->uh_sport;
|
| /src/external/bsd/ipf/dist/ipsd/Celler/ |
| ip_compat.h | 153 __u16 uh_sport; member in struct:__anon6696
|
| /src/external/bsd/tcpdump/dist/ |
| udp.h | 37 nd_uint16_t uh_sport; /* source port */ member in struct:udphdr
|
| /src/sys/netinet6/ |
| udp6_usrreq.c | 198 u_int16_t uh_sport; member in struct:udp_portonly 256 uh.uh_sport, 0, 0)) 291 sin6tocsa(sa6_src), uh.uh_sport, cmd, cmdarg, 711 src.sin6_port = uh->uh_sport; 981 udp6->uh_sport = inp->inp_lport; /* lport is always set in the PCB */ 1460 sport = udphdr->uh_sport;
|
| /src/sys/net/ |
| if_wg.c | 2527 uint8_t uh_sport[2]; local 2541 be16enc(uh_sport, ntohs(sin->sin_port)); 2550 be16enc(uh_sport, ntohs(sin6->sin6_port)); 2603 addr, addrlen, uh_sport, sizeof(uh_sport)); 2606 addr, addrlen, uh_sport, sizeof(uh_sport));
|