HomeSort by: relevance | last modified time | path
    Searched refs:uh_sport (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/netinet/
udp.h 43 uint16_t uh_sport; /* source port */ member in struct:udphdr
udp_var.h 52 #define ui_sport ui_u.uh_sport
udp_usrreq.c 378 sockaddr_in_init(&src, &ip->ip_src, uh->uh_sport);
409 src6.sin6_port = uh->uh_sport;
679 ip->ip_src, uh->uh_sport, errno, notify);
1291 sport = udphdr->uh_sport;
  /src/sys/external/bsd/ipf/netinet/
ip_netbios_pxy.c 114 dgmbuf[4] = (char)((udp->uh_sport )&0xFF);
115 dgmbuf[5] = (char)((udp->uh_sport >> 8)&0xFF);
ip_tftp_pxy.c 185 aps->aps_sport = udp->uh_sport;
298 udp.uh_sport = 0; /* XXX - don't specify remote port */
  /src/sys/net/
rss_config.c 154 /* uh_sport and uh_dport in udphdr must be sequential */
155 &uh->uh_sport, sizeof(uh->uh_sport) * 2,
161 m_copydata(__UNCONST(m), hlen + offsetof(struct udphdr, uh_sport),
251 /* uh_sport and uh_dport in udphdr must be sequential */
252 &uh->uh_sport, sizeof(uh->uh_sport) * 2,
258 m_copydata(__UNCONST(m), hlen + offsetof(struct udphdr, uh_sport),
  /src/sys/arch/mvme68k/stand/sboot/
etherfun.c 128 udph->uh_sport = myport;
179 if (servport == FTP_PORT) servport = udph->uh_sport;
etherfun.h 89 u_short uh_sport; member in struct:udp
  /src/sys/lib/libsa/
udp.c 89 uh->uh_sport = d->myport;
rpc.c 295 u_int16_t uh_sport; /* source port */ member in struct:rpc_fromaddr::hackhdr
305 *port = hhdr->uh_sport;
tftp.c 129 d->destport = uh->uh_sport;
130 } /* else check uh_sport has not changed??? */
  /src/sys/net/npf/
npf_alg_icmp.c 280 l4.uh.uh_sport = enpc.npc_l4.udp->uh_dport;
281 l4.uh.uh_dport = enpc.npc_l4.udp->uh_sport;
375 old_port = uh->uh_sport;
npf_socket.c 141 sport = udp->uh_sport;
204 sport = udp->uh_sport;
npf_inet.c 735 oport = (which == NPF_SRC) ? &uh->uh_sport : &uh->uh_dport;
791 oport = (which == NPF_SRC) ? uh->uh_sport : uh->uh_dport;
npf_connkey.c 256 id[NPF_SRC] = uh->uh_sport;
  /src/sys/dev/pci/ixgbe/
if_fdir.c 127 common.port.dst ^= uh->uh_sport;
  /src/usr.sbin/npf/npftest/libnpftest/
npf_nat_test.c 197 printf("src %s (%d) ", sbuf, ntohs(uh->uh_sport));
211 CHECK_TRUE(sport == ntohs(uh->uh_sport));
npf_mbuf_subr.c 298 uh->uh_sport = htons(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/arch/i386/stand/pxeboot/
pxe.c 184 uh->uh_sport = ur->s_port;
  /src/usr.bin/rump_dhcpclient/
net.c 429 udp->uh_sport = htons(DHCP_CLIENT_PORT);
  /src/sys/dist/pf/net/
pf.c 2780 sport = pd->hdr.udp->uh_sport;
3107 sport = pd->hdr.udp->uh_sport;
3162 pf_change_ap(saddr, &pd->hdr.udp->uh_sport,
3165 sport = pd->hdr.udp->uh_sport;
3376 &pd->hdr.udp->uh_sport, pd->ip_sum,
3379 sport = pd->hdr.udp->uh_sport;
4289 key.ext.port = uh->uh_sport;
4294 key.lan.port = uh->uh_sport;
4324 pf_change_ap(pd->src, &uh->uh_sport, pd->ip_sum,
4710 key.gwy.port = uh.uh_sport;
    [all...]
  /src/sys/netipsec/
ipsec_output.c 198 udp->uh_sport = key_portfromsaddr(&saidx->src);
  /src/usr.sbin/npf/npfctl/
npf_bpf_comp.c 738 const unsigned sport_off = offsetof(struct udphdr, uh_sport);
  /src/usr.sbin/traceroute/
traceroute.c 704 outudp->uh_sport = htons(ident);
1475 up->uh_sport == htons(ident) &&

Completed in 56 milliseconds

1 2