Searched refs:tcp_saveipgen (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.101.5/bsd/netinet/ |
| H A D | tcp_input.c | 127 u_char tcp_saveipgen[40]; /* the size must be of max ip header, now IPv6 */ variable 2381 bcopy((char *)ip6, (char *)tcp_saveipgen, in tcp_input() 2384 bcopy((char *)ip, (char *)tcp_saveipgen, sizeof(*ip)); in tcp_input() 5629 tcp_trace(TA_INPUT, ostate, tp, (void *)tcp_saveipgen, in tcp_input() 5677 tcp_trace(TA_DROP, ostate, tp, (void *)tcp_saveipgen, in tcp_input() 5718 tcp_trace(TA_DROP, ostate, tp, (void *)tcp_saveipgen, in tcp_input() 5757 tcp_trace(TA_DROP, ostate, tp, (void *)tcp_saveipgen, in tcp_input()
|