Searched refs:REQUEST (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/openssl/apps/
H A Dtsget151 REQUEST: foreach (@ARGV) {
166 or warn("$input: could not open input file: $!\n"), next REQUEST;
169 or warn("$input: could not close input file: $!\n"), next REQUEST;
188 or warn("$output: could not open output file: $!\n"), next REQUEST;
191 or warn("$output: could not close output file: $!\n"), next REQUEST;
/freebsd-11-stable/sbin/dhclient/
H A Ddhctoken.h99 #define REQUEST 299 macro
H A Dconflex.c459 return (REQUEST);
H A Dclparse.c185 * REQUEST option-list |
241 case REQUEST:
/freebsd-11-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c465 SM_STATE(BE_AUTH, REQUEST)
467 SM_ENTRY_MA(BE_AUTH, REQUEST, be_auth);
560 SM_ENTER(BE_AUTH, REQUEST);
569 SM_ENTER(BE_AUTH, REQUEST);
593 SM_ENTER(BE_AUTH, REQUEST);
601 SM_ENTER(BE_AUTH, REQUEST);
/freebsd-11-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c471 SM_STATE(SUPP_BE, REQUEST)
473 SM_ENTRY(SUPP_BE, REQUEST);
587 * IEEE Std 802.1X-2004 has transitions from REQUEST to FAIL
601 wpa_printf(MSG_DEBUG, "EAPOL: SUPP_BE REQUEST: both "
629 SM_ENTER(SUPP_BE, REQUEST);
638 SM_ENTER(SUPP_BE, REQUEST);
1038 return "REQUEST";
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.c951 enum { PAIRWISE_2, PAIRWISE_4, GROUP_2, REQUEST } msg; enumerator in enum:__anon3619
1031 msg = REQUEST;
1046 if (msg == REQUEST || msg == PAIRWISE_2 || msg == PAIRWISE_4 ||
1222 case REQUEST:

Completed in 183 milliseconds