Searched refs:uh_sport (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dudp.h73 u_short uh_sport; /* source port */ member in struct:udphdr
H A Dudp_var.h81 #define ui_sport ui_u.uh_sport
H A Dudp_usrreq.c332 KERNEL_DEBUG(DBG_LAYER_IN_BEG, uh->uh_dport, uh->uh_sport,
419 udp_in.sin_port = uh->uh_sport;
468 inp->inp_fport != uh->uh_sport) {
583 inp = in_pcblookup_hash(&udbinfo, ip->ip_src, uh->uh_sport,
597 ntohs(uh->uh_sport));
605 ntohs(uh->uh_sport)))
645 udp_in.sin_port = uh->uh_sport;
664 KERNEL_DEBUG(DBG_LAYER_IN_END, uh->uh_dport, uh->uh_sport,
807 ip->ip_src, uh->uh_sport, 0, NULL);
H A Dip_compat.h552 __u16 uh_sport;
H A Din_dhcp.c193 pkt->udp.uh_sport = htons(IPPORT_BOOTPC);
H A Dip_fw2.c693 ntohs(udp->uh_sport),
1573 src_port = udp->uh_sport;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_udp.h64 u_short uh_sport; /* source port */ member in struct:udphdr
81 #define ui_sport ui_u.uh_sport
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dudp6_usrreq.c272 udp_in6.sin6_port = uh->uh_sport;
314 in6p->in6p_fport != uh->uh_sport) {
385 in6p = in6_pcblookup_hash(&udbinfo, &ip6->ip6_src, uh->uh_sport,
397 ip6_sprintf(&ip6->ip6_src), ntohs(uh->uh_sport));
403 ip6_sprintf(&ip6->ip6_src), ntohs(uh->uh_sport)));
441 udp_in6.sin6_port = uh->uh_sport;
480 u_int16_t uh_sport; member in struct:udp_portonly
525 uh.uh_sport, cmd, notify);
H A Dudp6_output.c281 udp6->uh_sport = in6p->in6p_lport; /* lport is always set in the PCB */
H A Desp_input.c519 sav->natt_encapsulated_src_port = udp->uh_sport;
520 } else if (sav->natt_encapsulated_src_port != udp->uh_sport) { /* something wrong */
526 udp->uh_sport = htons(sav->remote_ike_port);
H A Desp_output.c620 udp->uh_sport = ntohs((u_short)esp_udp_encap_port);
H A Dip6_fw.c487 ntohs(udp->uh_sport));
713 src_port = ntohs(udp->uh_sport);
H A Dipsec.c1048 uh.uh_sport;
1147 ((struct sockaddr_in6 *)&spidx->src)->sin6_port = uh.uh_sport;
4113 uh->uh_sport = htons((u_short)esp_udp_encap_port);

Completed in 49 milliseconds