Home
last modified time | relevance | path

Searched refs:port_id_type (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.sbin/ppp/
HDradius.h78 short unsigned int port_id_type; member
HDcommand.c2325 arg->bundle->radius.port_id_type = RPI_DEFAULT; in SetVariable()
2327 arg->bundle->radius.port_id_type = RPI_PID; in SetVariable()
2329 arg->bundle->radius.port_id_type = RPI_IFNUM; in SetVariable()
2331 arg->bundle->radius.port_id_type = RPI_TUNNUM; in SetVariable()
2338 if (arg->bundle->radius.port_id_type && !*arg->bundle->radius.cfg.file) { in SetVariable()
HDradius.c863 switch (rad->port_id_type) { in radius_put_physical_details()