Home
last modified time | relevance | path

Searched refs:nakcause (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd_radius.c691 const char *reason, *nakcause = NULL; in npppd_radius_dae_on_event() local
744 nakcause = "Coa-Request is not supported"; in npppd_radius_dae_on_event()
761 nakcause = "NAS Identifier is not matched"; in npppd_radius_dae_on_event()
778 nakcause = "Session-Id is wrong"; in npppd_radius_dae_on_event()
784 nakcause = "Session-Id is invalid"; in npppd_radius_dae_on_event()
793 nakcause = "User-Name is not matched"; in npppd_radius_dae_on_event()
825 if (nakcause == NULL) in npppd_radius_dae_on_event()
826 nakcause = "session not found"; in npppd_radius_dae_on_event()
848 sizeof(buf)), (nakcause)? ": " : "", (nakcause)? nakcause : ""); in npppd_radius_dae_on_event()
/openbsd/sbin/iked/
H A Dradius.c820 char *endp, *reason, *nakcause = NULL; in iked_radius_dae_on_event() local
858 nakcause = "Coa-Request is not supported"; in iked_radius_dae_on_event()
872 nakcause = "NAS-Identifier is not matched"; in iked_radius_dae_on_event()
888 nakcause = "Session-Id is wrong"; in iked_radius_dae_on_event()
902 nakcause = "User-Name is not matched"; in iked_radius_dae_on_event()
935 if (nakcause == NULL) in iked_radius_dae_on_event()
936 nakcause = "session not found"; in iked_radius_dae_on_event()
956 print_addr(&ss), (nakcause)? ": " : "", (nakcause)? nakcause : ""); in iked_radius_dae_on_event()