Searched refs:TCPOLEN_TOA (Results 1 – 2 of 2) sorted by relevance
769 #define TCPOLEN_TOA 8 macro820 if (TCPOPT_TOA == opcode && TCPOLEN_TOA == opsize) { in syncache_get_toa()821 bcopy(ptr - 2, so->so_toa, TCPOLEN_TOA); in syncache_get_toa()
317 #define TCPOLEN_TOA 8 macro340 if (toa->opcode == TCPOPT_TOA && toa->opsize == TCPOLEN_TOA) { in toa_getpeeraddr()840 if (toa->opcode == TCPOPT_TOA && toa->opsize == TCPOLEN_TOA) { in tcp_usr_accept()