Home
last modified time | relevance | path

Searched refs:to2 (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_input.c2530 struct sockaddr_storage to2; in tcp_input() local
2660 sin6 = SIN6(&to2); in tcp_input()
2676 sin = SIN(&to2); in tcp_input()
2872 int error = cfil_sock_attach(so2, SA(&to2), SA(&from), CFS_CONNECTION_DIR_IN); in tcp_input()