HomeSort by: relevance | last modified time | path
    Searched refs:hisname_length (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/net/
if_sppp.h 56 u_int hisname_length; /* includes terminating 0 */ member in struct:spppauthcfg
if_spppsubr.c 5900 if (cfg->hisname_length == 0) {
5902 cfg->hisname_length = sp->hisauth.name_len + 1;
5905 cfg->hisname_length = 0;
5909 if (cfg->hisname_length < len) {
5947 if (cfg->hisname != NULL && cfg->hisname_length > 0) {
5948 if (cfg->hisname_length >= MCLBYTES) {
5952 sp->hisauth.name = malloc(cfg->hisname_length, M_DEVBUF, M_WAITOK);
5953 error = copyin(cfg->hisname, sp->hisauth.name, cfg->hisname_length);
5960 sp->hisauth.name_len = cfg->hisname_length - 1;
  /src/sbin/pppoectl/
pppoectl.c 247 if (spr.hisname_length)
248 if ((spr.hisname = malloc(spr.hisname_length)) == NULL)
430 spr.hisname_length = strlen(spr.hisname)+1;
  /src/sys/compat/netbsd32/
netbsd32_ioctl.c 244 p->hisname_length = s32p->hisname_length;
804 s32p->hisname_length = p->hisname_length;
netbsd32_ioctl.h 482 u_int hisname_length; /* includes terminating 0 */ member in struct:netbsd32_spppauthcfg

Completed in 17 milliseconds