OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hissecret_length
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/net/
if_sppp.h
57
u_int
hissecret_length
; /* includes terminating 0 */
member in struct:spppauthcfg
if_spppsubr.c
5963
if (cfg->hissecret != NULL && cfg->
hissecret_length
> 0) {
5964
if (cfg->
hissecret_length
>= MCLBYTES) {
5968
sp->hisauth.secret = malloc(cfg->
hissecret_length
,
5971
cfg->
hissecret_length
);
5978
sp->hisauth.secret_len = cfg->
hissecret_length
- 1;
/src/sys/compat/netbsd32/
netbsd32_ioctl.c
245
p->
hissecret_length
= s32p->
hissecret_length
;
805
s32p->
hissecret_length
= p->
hissecret_length
;
netbsd32_ioctl.h
483
u_int
hissecret_length
; /* includes terminating 0 */
member in struct:netbsd32_spppauthcfg
/src/sbin/pppoectl/
pppoectl.c
434
spr.
hissecret_length
= strlen(spr.hissecret)+1;
Completed in 35 milliseconds
Indexes created Fri Nov 07 05:10:14 GMT 2025