HomeSort by: relevance | last modified time | path
    Searched defs:uh_dport (Results 1 - 4 of 4) sorted by relevancy

  /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:rpc_fromaddr::hackhdr
  /src/sys/netinet6/
udp6_usrreq.c 199 u_int16_t uh_dport; member in struct:udp6_ctlinput::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;

Completed in 13 milliseconds