Lines Matching refs:NULL

66 		before_cnt = netstat_get_one(cnt_name, NULL);  in try_accept()
87 sk = accept(lsk, NULL, NULL); in try_accept()
105 after_cnt = netstat_get_one(cnt_name, NULL); in try_accept()
139 try_accept("TCP-AO established: add TCP-MD5 key", (*port)++, NULL, 0, in server_add_fail_tests()
143 0, NULL, 0, 0, 0, 0, 0, NULL, 0, 1, 0); in server_add_fail_tests()
144 try_accept("non-signed established: add TCP-AO key", (*port)++, NULL, 0, in server_add_fail_tests()
145 NULL, 0, 0, 0, 0, 0, "CurrEstab", 0, 0, 0); in server_add_fail_tests()
160 try_accept("[server] AO server (INADDR_ANY): AO client", port++, NULL, 0, in server_fn()
163 try_accept("[server] AO server (INADDR_ANY): MD5 client", port++, NULL, 0, in server_fn()
166 try_accept("[server] AO server (INADDR_ANY): no sign client", port++, NULL, 0, in server_fn()
169 try_accept("[server] AO server (AO_REQUIRED): AO client", port++, NULL, 0, in server_fn()
172 try_accept("[server] AO server (AO_REQUIRED): unsigned client", port++, NULL, 0, in server_fn()
178 NULL, 0, 0, 0, 0, 0, "TCPAOKeyNotFound", in server_fn()
181 NULL, 0, 0, 0, 0, 0, NULL, 0, 1, 0); in server_fn()
183 0, NULL, 0, 0, 0, 0, 0, "TCPMD5NotFound", in server_fn()
186 try_accept("[server] no sign server: AO client", port++, NULL, 0, in server_fn()
187 NULL, 0, 0, 0, 0, 0, "TCPAOKeyNotFound", in server_fn()
189 try_accept("[server] no sign server: MD5 client", port++, NULL, 0, in server_fn()
190 NULL, 0, 0, 0, 0, 0, "TCPMD5Unexpected", in server_fn()
192 try_accept("[server] no sign server: no sign client", port++, NULL, 0, in server_fn()
193 NULL, 0, 0, 0, 0, 0, "CurrEstab", 0, 0, 0); in server_fn()
208 100, 100, 0, NULL, 0, 1, 0); in server_fn()
232 100, 100, 0, NULL, 0, 1, FAULT_KEYREJECT); in server_fn()
235 100, 100, 0, NULL, 0, 1, FAULT_KEYREJECT); in server_fn()
243 return NULL; in server_fn()
677 try_connect("AO server (INADDR_ANY): AO client", port++, NULL, 0, in client_fn()
682 NULL, 0, 100, 100, 0, FAULT_TIMEOUT, 1, &this_ip_addr); in client_fn()
685 try_connect("AO server (INADDR_ANY): unsigned client", port++, NULL, 0, in client_fn()
686 NULL, 0, 100, 100, 0, FAULT_TIMEOUT, 0, &this_ip_addr); in client_fn()
687 try_connect("AO server (AO_REQUIRED): AO client", port++, NULL, 0, in client_fn()
691 try_connect("AO server (AO_REQUIRED): unsigned client", port++, NULL, 0, in client_fn()
692 NULL, 0, 100, 100, 0, FAULT_TIMEOUT, 0, &client2); in client_fn()
696 try_connect("MD5 server (INADDR_ANY): AO client", port++, NULL, 0, in client_fn()
699 NULL, 0, 100, 100, 0, 0, 1, &this_ip_addr); in client_fn()
702 try_connect("MD5 server (INADDR_ANY): no sign client", port++, NULL, 0, in client_fn()
703 NULL, 0, 100, 100, 0, FAULT_TIMEOUT, 1, &this_ip_addr); in client_fn()
707 try_connect("no sign server: AO client", port++, NULL, 0, in client_fn()
712 NULL, 0, 100, 100, 0, FAULT_TIMEOUT, 1, &this_ip_addr); in client_fn()
713 try_connect("no sign server: no sign client", port++, NULL, 0, in client_fn()
714 NULL, 0, 100, 100, 0, 0, 0, &this_ip_addr); in client_fn()
716 try_connect("AO+MD5 server: AO client (matching)", port++, NULL, 0, in client_fn()
721 port++, NULL, 0, &addr_any, 0, 100, 100, 0, in client_fn()
726 port++, NULL, 0, &addr_any, 0, 100, 100, 0, in client_fn()
729 NULL, 0, 100, 100, 0, 0, 1, &this_ip_addr); in client_fn()
733 port++, &addr_any, 0, NULL, 0, 100, 100, 0, FAULT_TIMEOUT, in client_fn()
738 port++, &addr_any, 0, NULL, 0, 100, 100, 0, FAULT_TIMEOUT, in client_fn()
741 port++, NULL, 0, NULL, 0, 100, 100, 0, 0, 1, &client3); in client_fn()
745 port++, NULL, 0, NULL, 0, 100, 100, 0, FAULT_TIMEOUT, in client_fn()
750 port++, NULL, 0, NULL, 0, 100, 100, 0, FAULT_TIMEOUT, in client_fn()
765 return NULL; in client_fn()