Home
last modified time | relevance | path

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

/xnu-8020.121.3/tests/
H A Dinet_transfer.c293 socklen_t bound_sa_len = sizeof(bound_sa); in inet_socket_init_server() local
296 if (getsockname(s, &bound_sa.sa, &bound_sa_len) < 0) { in inet_socket_init_server()