Home | Sort by: relevance | last modified time | path |
/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:rpc_fromaddr::hackhdr 305 *port = hhdr->uh_sport; |
/src/sys/netinet6/ | |
udp6_usrreq.c | 198 u_int16_t uh_sport; member in struct:udp6_ctlinput::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 | 2443 uint16_t uh_sport; /* be */ local in function:wg_fill_msg_cookie 2469 uh_sport = sin->sin_port; 2478 uh_sport = sin6->sin6_port; 2488 addr, addrlen, (const uint8_t *)&uh_sport, sizeof(uh_sport)); |