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

/xnu-2782.1.97/bsd/netinet/
H A Dtcpip.h90 #define ti_sport ti_t.th_sport
H A Dtcp_lro.c137 tcp_hdr->th_sport, tcp_hdr->th_dport, (TCP_LRO_FLOW_MAP - 1));
152 (flow->lr_fport == tcp_hdr->th_sport) &&
213 flow->lr_fport = tcp_hdr->th_sport;
775 tcp_hdr->th_sport, tcp_hdr->th_dport,
785 (lf->lr_fport == tcp_hdr->th_sport) &&
810 tcp_hdr->th_sport, tcp_hdr->th_dport, tcp_hdr->th_seq);
H A Dtcp_input.c734 th->th_dport, th->th_sport);
779 th->th_dport, th->th_sport);
1581 KERNEL_DEBUG(DBG_LAYER_BEG, ((th->th_dport << 16) | th->th_sport),
1639 KERNEL_DEBUG(DBG_LAYER_BEG, ((th->th_dport << 16) | th->th_sport),
1766 inp = in_pcblookup_hash(&tcbinfo, ip->ip_src, th->th_sport,
1774 th->th_sport, next_hop->sin_addr,
1778 ip->ip_src, th->th_sport,
1789 inp = in6_pcblookup_hash(&tcbinfo, &ip6->ip6_src, th->th_sport,
1794 inp = in_pcblookup_hash(&tcbinfo, ip->ip_src, th->th_sport,
1810 th->th_dport, th->th_sport,
[all...]
H A Dtcp.h82 unsigned short th_sport; /* source port */ member in struct:tcphdr
H A Dtcp_subr.c555 tcp_hdr->th_sport = inp->inp_lport;
707 nth->th_sport = th->th_sport;
710 xchg(nth->th_dport, nth->th_sport, n_short);
1840 ip->ip_src, th.th_sport, 0, NULL);
1926 u_int16_t th_sport; member in struct:tcp_portonly
1972 th.th_sport, cmd, NULL, notify);
H A Dip_compat.h533 __u16 th_sport;
H A Dip_fw2.c1257 ntohs(tcp->th_sport),
1839 tcp->th_sport = htons(id->dst_port);
1867 tcp->th_sport = htons(id->src_port);
2142 src_port = tcp->th_sport;
H A Dmptcp_opt.c1112 optlen, tp->t_state, th->th_sport, th->th_dport,
/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dtcp.d131 tcp_sport = ntohs(T->th_sport);
/xnu-2782.1.97/bsd/net/
H A Dpf.c2497 th->th_sport = sport;
3701 sport = pd->hdr.tcp->th_sport;
4033 MD5Update(&ctx, (char *)&pd->hdr.tcp->th_sport, sizeof (u_short));
4089 sxport.port = th->th_sport;
4157 &th->th_sport, pd->ip_sum, &th->th_sum,
4159 sxport.port = th->th_sport;
4364 th->th_sport))
4472 &th->th_sport, pd->ip_sum,
4475 sxport.port = th->th_sport;
4652 pd->src, th->th_dport, th->th_sport,
[all...]
H A Dpktap.c861 fport = th.th_sport;
924 fport = th.th_sport;
H A Dpf_osfp.c223 srcname, ntohs(tcp->th_sport),
H A Dpacket_mangler.c902 if (p_pkt_mnglr->rport && (p_pkt_mnglr->rport != tcp.th_sport)) {
H A Dpf_norm.c2109 sxport.port = th->th_sport;
H A Dnecp.c4812 ((struct sockaddr_in *)&local_addr)->sin_port = th.th_sport;
4950 ((struct sockaddr_in6 *)&local_addr)->sin6_port = th.th_sport;
/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.c480 ntohs(tcp6->th_sport));
699 src_port = ntohs(tcp6->th_sport);
H A Dipsec.c1230 th.th_sport;
1331 ((struct sockaddr_in6 *)&spidx->src)->sin6_port = th.th_sport;

Completed in 125 milliseconds