Home | History | Annotate | Download | only in pppd

Lines Matching full:name_size

1196 		int name_size = cilen - CILEN_NAME;
1197 if (name_size > sizeof (ho->name))
1198 name_size = sizeof (ho->name) - 1;
1200 memcpy (ho->name, p, name_size);
1201 ho->name [name_size] = '\0';