Searched refs:tcphdr (Results 26 - 32 of 32) sorted by relevance

12

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_sack.c392 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, struct tcphdr *th,
640 struct tcphdr *th;
H A Dip_compat.h702 typedef struct tcphdr tcphdr_t;
H A Dtcp_timer.c1253 tcp_trace(TA_USER, ostate, tp, (void *)0, (struct tcphdr *)0,
/xnu-2782.1.97/bsd/net/
H A Dpfvar.h148 struct tcphdr;
1405 struct tcphdr *tcp;
2248 struct pf_pdesc *, struct tcphdr *, struct pf_state_peer *,
2251 struct pf_pdesc *, u_short *, struct tcphdr *, struct pf_state *,
2392 struct mbuf *, int, const struct tcphdr *);
2394 const struct ip *, const struct ip6_hdr *, const struct tcphdr *);
H A Dpf.c224 struct tcphdr *, struct pf_state_peer *);
2321 struct tcphdr *th, struct pf_state_peer *dst)
2392 struct tcphdr *th = NULL;
2397 tlen = sizeof (struct tcphdr);
2477 th = (struct tcphdr *)(void *)((caddr_t)h + sizeof (struct ip));
2490 th = (struct tcphdr *)(void *)
3801 if (hlen <= (int)sizeof (struct tcphdr))
3805 opt = hdr + sizeof (struct tcphdr);
3806 hlen -= sizeof (struct tcphdr);
3841 if (hlen <= (int)sizeof (struct tcphdr))
[all...]
H A Dnecp.c4809 struct tcphdr th;
4947 struct tcphdr th;
/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.c1195 struct tcphdr th;
1226 if (off + sizeof(struct tcphdr) > m->m_pkthdr.len)
1303 struct tcphdr th;
1328 if (off + sizeof(struct tcphdr) > m->m_pkthdr.len)

Completed in 71 milliseconds

12