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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcpip.h91 #define ti_dport ti_t.th_dport
H A Dtcp.h83 unsigned short th_dport; /* destination port */ member in struct:tcphdr
H A Dtcp_subr.c425 tcp_hdr->th_dport = inp->inp_fport;
571 nth->th_dport = th->th_dport;
573 xchg(nth->th_dport, nth->th_sport, n_short);
1304 inp = in_pcblookup_hash(&tcbinfo, faddr, th->th_dport,
1339 u_int16_t th_dport;
1381 in6_pcbnotify(&tcbinfo, sa, th.th_dport,
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),
806 ip->ip_dst, th->th_dport, 0, m->m_pkthdr.rcvif);
814 th->th_dport, 1, m->m_pkthdr.rcvif);
829 &ip6->ip6_dst, th->th_dport, 1,
834 ip->ip_dst, th->th_dport, 1, m->m_pkthdr.rcvif);
891 dbuf, ntohs(th->th_dport),
898 dbuf, ntohs(th->th_dport), sbuf,
913 dbuf, ntohs(th->th_dport),
1162 inp->inp_lport = th->th_dport;
[all...]
H A Dip_fw2.c682 ntohs(tcp->th_dport));
1263 tcp->th_dport = htons(id->src_port);
1289 tcp->th_dport = htons(id->dst_port);
1560 dst_port = tcp->th_dport;
H A Dip_compat.h534 __u16 th_dport;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.c480 ntohs(tcp6->th_dport));
692 dst_port = ntohs(tcp6->th_dport);
H A Dipsec.c1038 th.th_dport;
1138 ((struct sockaddr_in6 *)&spidx->dst)->sin6_port = th.th_dport;

Completed in 65 milliseconds