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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_debug.h76 * Co-existense of td_ti and td_ti6 below is ugly, but it is necessary
87 } td_ti6; member in struct:tcp_debug
88 #define td_ip6buf td_ti6.ip6buf
H A Dtcp_debug.c171 bzero((caddr_t)&td->td_ti6.th, sizeof(td->td_ti6.th));
175 td->td_ti6.th = *th;
183 bzero((caddr_t)&td->td_ti6.th, sizeof(td->td_ti6.th));
188 bzero((caddr_t)&td->td_ti6.th, sizeof(td->td_ti6.th));

Completed in 20 milliseconds