Searched refs:idlen (Results 26 - 29 of 29) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/hostapd/
H A Dconfig_file.c1331 size_t idlen = os_strlen(pos); local
1332 if (idlen & 1) {
1338 bss->eap_fast_a_id = os_malloc(idlen / 2);
1341 idlen / 2)) {
1347 bss->eap_fast_a_id_len = idlen / 2;
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dsiop2.c790 acb->ds.idlen = 1;
824 acb->ds.idlen = 5;
857 acb->ds.idlen = 6;
H A Dsiop.c760 acb->ds.idlen = 1;
803 acb->ds.idlen = 6;
/netbsd-6-1-5-RELEASE/sys/net/
H A Dif_spppsubr.c4630 u_char idlen, pwdlen; local
4641 idlen = sp->myauth.name_len;
4644 sizeof idlen, (const char *)&idlen,
4645 idlen, sp->myauth.name,

Completed in 204 milliseconds

12