OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nai
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/wpa/dist/src/eap_server/
eap_server.c
440
* keyName-
NAI
has a maximum length of 253 octet to fit in
444
"EAP: Too long realm for ERP keyName-
NAI
maximum length");
705
u8 flags, u16 seq, const char *
nai
)
727
plen = 1 + 2 + 2 + os_strlen(
nai
);
739
wpabuf_put_u8(msg, os_strlen(
nai
));
740
wpabuf_put_str(msg,
nai
);
804
char
nai
[254];
local
842
* just try to find the keyName-
NAI
first so that we can check the
850
"EAP: No keyName-
NAI
in EAP-Initiate/Re-auth Packet");
854
wpa_hexdump_ascii(MSG_DEBUG, "EAP: EAP-Initiate/Re-auth - keyName-
NAI
",
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/irs/
getaddrinfo.c
1330
struct addrinfo *
nai
, *tai;
local
1332
nai
= NULL;
1343
tai->ai_next =
nai
;
1344
nai
= tai;
1346
return (
nai
);
/src/tests/net/
net_common.sh
423
atf_check -s exit:0 -o $output $HIJACKING rump.netstat -
nai
487
$HIJACKING rump.netstat -
nai
/src/external/bsd/wpa/dist/wpa_supplicant/
interworking.c
475
wpa_printf(MSG_DEBUG, "No room for
NAI
Realm Data "
480
len = WPA_GET_LE16(pos); /*
NAI
Realm Data field Length */
483
wpa_printf(MSG_DEBUG, "No room for
NAI
Realm Data "
493
wpa_printf(MSG_DEBUG, "No room for
NAI
Realm "
498
wpa_hexdump_ascii(MSG_DEBUG, "
NAI
Realm", pos, realm_len);
544
wpa_printf(MSG_DEBUG, "
NAI
Realm Count: %u", num);
549
wpa_printf(MSG_DEBUG, "Invalid
NAI
Realm Count %u - not "
612
"
nai
-realm-cred-username: EAP method not supported: %d",
621
"
nai
-realm-cred-username: Method: %d is not TTLS, PEAP, or FAST",
630
"
nai
-realm-cred-username: PEAP/FAST: Inner method not supported: %d"
879
char
nai
[100];
local
2295
char
nai
[100], *realm;
local
[
all
...]
/src/external/bsd/wpa/dist/src/eap_peer/
eap.c
554
eap_erp_get_key_nai(struct eap_sm *sm, const char *
nai
)
559
if (os_strcmp(erp->keyname_nai,
nai
) == 0)
705
wpa_printf(MSG_DEBUG, "EAP: Realm for ERP keyName-
NAI
: %s", realm);
711
* keyName-
NAI
has a maximum length of 253 octet to fit in
715
"EAP: Too long realm for ERP keyName-
NAI
maximum length");
1868
char
nai
[254];
local
1904
* just try to find the keyName-
NAI
first so that we can check the
1912
"EAP: No keyName-
NAI
in EAP-Finish/Re-auth Packet");
1916
wpa_hexdump_ascii(MSG_DEBUG, "EAP: EAP-Finish/Re-auth - keyName-
NAI
",
1920
"EAP: Too long keyName-
NAI
in EAP-Finish/Re-auth")
[
all
...]
/src/external/bsd/ipf/dist/
ip_nat6.c
3420
ipf_nat6_newrewrite(fin, nat,
nai
)
3423
natinfo_t *
nai
;
3437
np =
nai
->nai_np;
3649
ipf_nat6_newdivert(fin, nat,
nai
)
3652
natinfo_t *
nai
;
3661
np =
nai
->nai_np;
/src/sys/external/bsd/ipf/netinet/
ip_nat6.c
3363
ipf_nat6_newrewrite(fr_info_t *fin, nat_t *nat, natinfo_t *
nai
)
3377
np =
nai
->nai_np;
3589
ipf_nat6_newdivert(fr_info_t *fin, nat_t *nat, natinfo_t *
nai
)
3598
np =
nai
->nai_np;
ip_nat.c
6927
ipf_nat_newrewrite(fr_info_t *fin, nat_t *nat, natinfo_t *
nai
)
6941
np =
nai
->nai_np;
7147
ipf_nat_newdivert(fr_info_t *fin, nat_t *nat, natinfo_t *
nai
)
7156
np =
nai
->nai_np;
/src/sys/dev/usb/
uaudio.c
2065
struct as_info *
nai
;
local
2068
nai
= kmem_alloc(len, KM_SLEEP);
2071
memcpy(
nai
, sc->sc_alts, sizeof(*ai) * (sc->sc_nalts));
2074
sc->sc_alts =
nai
;
Completed in 98 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026