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 5798 if (cfg->hisname_length == 0) {
5800 cfg->hisname_length = sp->hisauth.name_len + 1;
5803 cfg->hisname_length = 0;
5807 if (cfg->hisname_length < len) {
5845 if (cfg->hisname != NULL && cfg->hisname_length > 0) {
5846 if (cfg->hisname_length >= MCLBYTES) {
5850 sp->hisauth.name = malloc(cfg->hisname_length, M_DEVBUF, M_WAITOK);
5851 error = copyin(cfg->hisname, sp->hisauth.name, cfg->hisname_length);
5858 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 103 milliseconds