Home | History | Annotate | Download | only in radius

Lines Matching defs:port

65 	"Set Radius NAS-Port attribute value via libradiusclient library", OPT_PRIO | 1 },
67 "Set Radius NAS-Port attribute to number as in interface name (Default)", OPT_PRIOSUB | 0 },
274 /* Hack... the "port" is the ppp interface number. Should really be
1301 * The NAS port number (e.g. 7)
1303 * Extracts the port number from the interface name
1308 int port;
1309 if (sscanf(ifname, "ppp%d", &port) == 1) {
1310 return port;