Searched refs:th_sport (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcpip.h90 #define ti_sport ti_t.th_sport
H A Dtcp.h82 unsigned short th_sport; /* source port */ member in struct:tcphdr
H A Dtcp_input.c607 KERNEL_DEBUG(DBG_LAYER_BEG, ((th->th_dport << 16) | th->th_sport),
647 KERNEL_DEBUG(DBG_LAYER_BEG, ((th->th_dport << 16) | th->th_sport),
805 inp = in_pcblookup_hash(&tcbinfo, ip->ip_src, th->th_sport,
813 th->th_sport, next_hop->sin_addr,
817 ip->ip_src, th->th_sport,
828 inp = in6_pcblookup_hash(&tcbinfo, &ip6->ip6_src, th->th_sport,
833 inp = in_pcblookup_hash(&tcbinfo, ip->ip_src, th->th_sport,
893 ntohs(th->th_sport));
899 ntohs(th->th_sport), thflags);
915 ntohs(th->th_sport)));
[all...]
H A Dtcp_subr.c424 tcp_hdr->th_sport = inp->inp_lport;
570 nth->th_sport = th->th_sport;
573 xchg(nth->th_dport, nth->th_sport, n_short);
1305 ip->ip_src, th->th_sport, 0, NULL);
1338 u_int16_t th_sport;
1383 th.th_sport, cmd, notify);
H A Dip_fw2.c680 ntohs(tcp->th_sport),
1262 tcp->th_sport = htons(id->dst_port);
1290 tcp->th_sport = htons(id->src_port);
1561 src_port = tcp->th_sport;
H A Dip_compat.h533 __u16 th_sport;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.c473 ntohs(tcp6->th_sport));
691 src_port = ntohs(tcp6->th_sport);
H A Dipsec.c1036 th.th_sport;
1137 ((struct sockaddr_in6 *)&spidx->src)->sin6_port = th.th_sport;

Completed in 108 milliseconds