Searched refs:sock6 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/ntp/sntp/ |
| D | main.c | 34 SOCKET sock6 = -1; /* Socket for IPv6 */ variable 338 if (-1 == sock6 && ipv6_works) { in open_sockets() 339 sock6 = socket(PF_INET6, SOCK_DGRAM, 0); in open_sockets() 340 if (-1 == sock6 && ipv6_works) { in open_sockets() 346 make_socket_nonblocking(sock6); in open_sockets() 354 if (-1 == bind(sock6, &name.sa, in open_sockets() 360 ev_sock6 = event_new(base, sock6, in open_sockets() 497 sock = sock6; in sntp_name_resolved() 858 INSIST(sock4 == fd || sock6 == fd); in sock_cb() 861 (fd == sock6) in sock_cb() [all …]
|
| /freebsd-12-stable/contrib/wpa/src/radius/ |
| D | radius_client.c | 252 int sock, int sock6, int auth); 1074 int sock, int sock6, int auth) in radius_change_server() argument 1158 sel_sock = sock6; in radius_change_server() 1168 nserv->addr.af, sock, sock6, auth); in radius_change_server()
|