Home
last modified time | relevance | path

Searched refs:serv_sock (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_socket.py2679 # supplied with sockets cli_sock and serv_sock representing the
2688 # sockets to cli_sock and serv_sock and override the methods and
2849 # cli_sock and serv_sock respectively.
2852 def serv_sock(self): member in SendrecvmsgConnectionlessBase
2871 # cli_sock and serv_sock respectively.
2874 def serv_sock(self): member in SendrecvmsgConnectedBase
2892 self.serv_sock.settimeout(self.fail_timeout)
2901 self.assertEqual(self.serv_sock.recv(len(MSG)), MSG)
2908 self.assertEqual(self.serv_sock.recv(len(MSG)), MSG)
2916 self.assertEqual(self.serv_sock
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dhlr_auc_gw.c63 static int serv_sock = -1; variable
951 if (serv_sock >= 0) in cleanup()
952 close(serv_sock); in cleanup()
1074 serv_sock = open_socket(socket_path); in main()
1075 if (serv_sock < 0) in main()
1085 process(serv_sock); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dhlr_auc_gw.c63 static int serv_sock = -1; variable
951 if (serv_sock >= 0) in cleanup()
952 close(serv_sock); in cleanup()
1074 serv_sock = open_socket(socket_path); in main()
1075 if (serv_sock < 0) in main()
1085 process(serv_sock); in main()

Completed in 9 milliseconds