Searched refs:uh_dport (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dudp.h74 u_short uh_dport; /* destination port */ member in struct:udphdr
H A Dudp_var.h82 #define ui_dport ui_u.uh_dport
H A Dudp_usrreq.c313 if (uh->uh_dport == 0) {
321 KERNEL_DEBUG(DBG_LAYER_IN_BEG, uh->uh_dport, uh->uh_sport,
454 if (inp->inp_lport != uh->uh_dport) {
590 uh->uh_dport == ntohs((u_short)esp_udp_encap_port)) {
627 ip->ip_dst, uh->uh_dport, 1, ifp);
642 ntohs(uh->uh_dport),
650 ntohs(uh->uh_dport),
726 KERNEL_DEBUG(DBG_LAYER_IN_END, uh->uh_dport, uh->uh_sport,
899 inp = in_pcblookup_hash(&udbinfo, faddr, uh.uh_dport,
H A Dip_compat.h553 __u16 uh_dport;
H A Dip_mroute.c1900 switch (ntohs(udp->uh_dport) & 0xc000) {
1915 log(LOG_DEBUG, "port %x prio%d\n", ntohs(udp->uh_dport), prio);
H A Din_dhcp.c194 pkt->udp.uh_dport = htons(IPPORT_BOOTPS);
H A Dip_fw2.c1193 ntohs(udp->uh_dport));
2074 dst_port = udp->uh_dport;
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.h66 u_short uh_dport; /* destination port */ member in struct:udphdr
83 #define ui_dport ui_u.uh_dport
/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_usrreq.c242 if (uh->uh_dport == 0) {
347 if (in6p->in6p_lport != uh->uh_dport) {
466 &ip6->ip6_dst, uh->uh_dport, 1,
480 buf, ntohs(uh->uh_dport),
486 buf, ntohs(uh->uh_dport),
587 u_int16_t uh_dport; member in struct:udp_portonly
629 (void) in6_pcbnotify(&udbinfo, sa, uh.uh_dport,
H A Desp_output.c421 if (sav->remote_ike_port == htons(udp->uh_dport)) {
423 udp->uh_dport = sav->natt_encapsulated_src_port;
649 udp->uh_dport = ntohs(sav->remote_ike_port);
H A Dudp6_output.c333 udp6->uh_dport = fport;
H A Dip6_fw.c501 ntohs(udp->uh_dport));
721 dst_port = ntohs(udp->uh_dport);
H A Dipsec.c1071 uh.uh_dport;
1169 ((struct sockaddr_in6 *)&spidx->dst)->sin6_port = uh.uh_dport;
3079 sin->sin_port = udp->uh_dport;
4451 uh->uh_dport = htons(sav->remote_ike_port);
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c3665 dport = pd->hdr.udp->uh_dport;
4050 dxport.port = pd->hdr.udp->uh_dport;
4217 &pd->hdr.udp->uh_dport, pd->ip_sum,
4220 dxport.port = pd->hdr.udp->uh_dport;
4508 &pd->hdr.udp->uh_dport, pd->ip_sum,
4511 dxport.port = pd->hdr.udp->uh_dport;
4633 ntohs(pd->hdr.udp->uh_dport) == PF_IKE_PORT) {
4728 ntohs(uh->uh_dport) == PF_IKE_PORT &&
4966 ntohs(uh->uh_dport) == PF_IKE_PORT) {
5134 dnflow.fwa_id.dst_port = ntohs(pd->hdr.udp->uh_dport);
[all...]

Completed in 74 milliseconds