Home
last modified time | relevance | path

Searched refs:hissecret_length (Results 1 – 4 of 4) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_sppp.h55 u_int hissecret_length; /* includes terminating 0 */ member
H A Dif_spppsubr.c5195 if (cfg->hissecret != NULL && cfg->hissecret_length > 0) { in sppp_params()
5196 if (cfg->hissecret_length >= MCLBYTES) in sppp_params()
5198 sp->hisauth.secret = malloc(cfg->hissecret_length, M_DEVBUF, M_WAITOK); in sppp_params()
5199 error = copyin(cfg->hissecret, sp->hisauth.secret, cfg->hissecret_length); in sppp_params()
5205 sp->hisauth.secret_len = cfg->hissecret_length - 1; in sppp_params()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c184 p->hissecret_length = s32p->hissecret_length; in netbsd32_to_spppauthcfg()
605 s32p->hissecret_length = p->hissecret_length; in netbsd32_from_spppauthcfg()
H A Dnetbsd32_ioctl.h442 u_int hissecret_length; /* includes terminating 0 */ member