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

/xnu-2422.115.4/bsd/netinet/
H A Dtcpip.h91 #define ti_dport ti_t.th_dport
H A Dtcp_lro.c137 tcp_hdr->th_sport, tcp_hdr->th_dport, (TCP_LRO_FLOW_MAP - 1));
153 (flow->lr_lport == tcp_hdr->th_dport)) {
214 flow->lr_lport = tcp_hdr->th_dport;
775 tcp_hdr->th_sport, tcp_hdr->th_dport,
786 (lf->lr_lport == tcp_hdr->th_dport)) {
810 tcp_hdr->th_sport, tcp_hdr->th_dport, tcp_hdr->th_seq);
H A Dtcp_input.c765 th->th_dport, th->th_sport);
806 th->th_dport, th->th_sport);
1412 KERNEL_DEBUG(DBG_LAYER_BEG, ((th->th_dport << 16) | th->th_sport),
1470 KERNEL_DEBUG(DBG_LAYER_BEG, ((th->th_dport << 16) | th->th_sport),
1598 ip->ip_dst, th->th_dport, 0, m->m_pkthdr.rcvif);
1606 th->th_dport, 1, m->m_pkthdr.rcvif);
1621 &ip6->ip6_dst, th->th_dport, 1,
1626 ip->ip_dst, th->th_dport, 1, m->m_pkthdr.rcvif);
1701 dbuf, ntohs(th->th_dport),
1708 dbuf, ntohs(th->th_dport), sbu
[all...]
H A Dtcp.h83 unsigned short th_dport; /* destination port */ member in struct:tcphdr
H A Dtcp_subr.c524 tcp_hdr->th_dport = inp->inp_fport;
685 nth->th_dport = th->th_dport;
687 xchg(nth->th_dport, nth->th_sport, n_short);
1775 inp = in_pcblookup_hash(&tcbinfo, faddr, th.th_dport,
1863 u_int16_t th_dport; member in struct:tcp_portonly
1906 in6_pcbnotify(&tcbinfo, sa, th.th_dport,
H A Dip_compat.h534 __u16 th_dport;
H A Dip_fw2.c1259 ntohs(tcp->th_dport));
1840 tcp->th_dport = htons(id->src_port);
1866 tcp->th_dport = htons(id->dst_port);
2141 dst_port = tcp->th_dport;
H A Dmptcp_opt.c1033 optlen, tp->t_state, th->th_sport, th->th_dport,
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dtcp.d132 tcp_dport = ntohs(T->th_dport);
/xnu-2422.115.4/bsd/net/
H A Dpf.c2499 th->th_dport = dport;
3703 dport = pd->hdr.tcp->th_dport;
4035 MD5Update(&ctx, (char *)&pd->hdr.tcp->th_dport, sizeof (u_short));
4091 dxport.port = th->th_dport;
4256 &th->th_dport, pd->ip_sum, &th->th_sum,
4258 dxport.port = th->th_dport;
4376 th->th_dport))
4546 &th->th_dport, pd->ip_sum,
4549 dxport.port = th->th_dport;
4653 pd->src, th->th_dport, t
[all...]
H A Dpktap.c800 lport = th.th_dport;
860 lport = th.th_dport;
H A Dpf_norm.c2110 dxport.port = th->th_dport;
/xnu-2422.115.4/bsd/netinet6/
H A Dip6_fw.c487 ntohs(tcp6->th_dport));
699 dst_port = ntohs(tcp6->th_dport);
H A Dipsec.c1233 th.th_dport;
1334 ((struct sockaddr_in6 *)&spidx->dst)->sin6_port = th.th_dport;

Completed in 138 milliseconds