Searched refs:recv_response (Results 1 - 11 of 11) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dmschapv2.c115 u8 recv_response[MSCHAPV2_AUTH_RESPONSE_LEN]; local
118 hexstr2bin((char *) (buf + 2), recv_response,
120 os_memcmp_const(auth_response, recv_response,
/external/wpa_supplicant_8/src/eap_peer/
H A Dmschapv2.c115 u8 recv_response[MSCHAPV2_AUTH_RESPONSE_LEN]; local
118 hexstr2bin((char *) (buf + 2), recv_response,
120 os_memcmp_const(auth_response, recv_response,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dmschapv2.c115 u8 recv_response[MSCHAPV2_AUTH_RESPONSE_LEN]; local
118 hexstr2bin((char *) (buf + 2), recv_response,
120 os_memcmp_const(auth_response, recv_response,
/external/netperf/
H A Dnettest_dlpi.c383 recv_response();
527 recv_response();
1273 recv_response();
1417 recv_response();
1808 recv_response();
1929 recv_response();
2659 recv_response();
2826 recv_response();
H A Dnettest_unix.c414 recv_response();
550 recv_response();
1217 recv_response();
1356 recv_response();
1675 recv_response();
1793 recv_response();
2396 recv_response();
2569 recv_response();
H A Dnettest_bsd.c1495 recv_response();
1698 recv_response();
2190 recv_response();
2403 recv_response();
2921 recv_response();
3167 recv_response();
3727 recv_response();
3987 recv_response();
5189 recv_response();
5433 recv_response();
[all...]
H A Dnettest_sdp.c413 recv_response();
616 recv_response();
1111 recv_response();
1324 recv_response();
2517 recv_response();
2761 recv_response();
H A Dnettest_sctp.c588 recv_response();
831 recv_response();
1718 recv_response();
1996 recv_response();
2807 recv_response();
3044 recv_response();
3859 recv_response();
4098 recv_response();
H A Dnetlib.h463 extern void recv_response();
H A Dnettest_xti.c800 recv_response();
1017 recv_response();
1991 recv_response();
2195 recv_response();
2677 recv_response();
2849 recv_response();
3741 recv_response();
3929 recv_response();
5185 recv_response();
5395 recv_response();
[all...]
H A Dnetlib.c15 /* recv_response() receive a response from remote */
1925 /* will be "just" like the recv_response() code */
2358 but don't want to change all the "recv_response" calls in the code
2360 recv_response() into a new recv_response_timed(addl_timout) call, and
2361 have recv_response() call recv_response_timed(0). raj 2005-05-16
2428 fprintf(where,"recv_response: received a %d byte response\n",
2440 perror("recv_response");
2445 "recv_response: partial response received: %d bytes\n",
2458 recv_response()
3007 recv_response();
2439 recv_response() function
[all...]

Completed in 441 milliseconds