Searched refs:hostnm (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dconfig.c460 char hostnm[AUTH_ID_LEN + 1]; local
483 memset (hostnm, '\0', AUTH_ID_LEN);
489 strncpy (hostnm, h, (size_t) len);
490 hostnm[AUTH_ID_LEN] = '\0';
504 if (!strchr (hostnm, '/')) /* If single name form */
506 if (find_match (ip_addr, hostnm) == 0)
514 strtok (hostnm, "/");
515 if (find_match (&myipaddr, hostnm) == 0)
526 if (find_match (ip_addr, hostnm) == 0)

Completed in 39 milliseconds