Searched refs:ipgen (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_debug.c110 tcp_trace(act, ostate, tp, ipgen, th, req)
113 void *ipgen;
125 isipv6 = (ipgen != NULL && ((struct ip *)ipgen)->ip_v == 6) ? 1 : 0;
142 if (ipgen) {
145 bcopy((caddr_t)ipgen, (caddr_t)&td->td_ti.ti_i,
151 bcopy((caddr_t)ipgen, (caddr_t)td->td_ip6buf,
204 if (ipgen == NULL || th == NULL)
210 isipv6 ? ((struct ip6_hdr *)ipgen)->ip6_plen :
212 ((struct ip *)ipgen)
[all...]
H A Dtcp_subr.c603 tcp_respond(struct tcpcb *tp, void *ipgen, struct tcphdr *th, struct mbuf *m, argument
621 isipv6 = IP_VHL_V(((struct ip *)ipgen)->ip_vhl) == 6;
622 ip6 = ipgen;
624 ip = ipgen;
683 m->m_data = (caddr_t)ipgen;

Completed in 27 milliseconds