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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dlogin.c311 /* TODO: or just "goto auth_failed"
338 goto auth_failed;
350 goto auth_failed;
356 goto auth_failed;
366 auth_failed:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpush.c150 static const char auth_failed[] = "AUTH_FAILED"; local
155 len = (client_reason ? strlen(client_reason)+1 : 0) + sizeof(auth_failed);
161 buf_printf (&buf, auth_failed);

Completed in 101 milliseconds