HomeSort by: relevance | last modified time | path
    Searched defs:some_ip_ok (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
auth.c 309 static int some_ip_ok (struct wordlist *);
1749 if (ret >= 0 && !some_ip_ok(addrs)) {
1795 if (ret >= 0 && need_ip && !some_ip_ok(addrs)) {
1833 if (ret >= 0 && need_ip && !some_ip_ok(addrs)) {
2155 * some_ip_ok - check a wordlist to see if it authorizes any
2159 some_ip_ok(struct wordlist *addrs) function
2509 if (ret >= 0 && need_ip && !some_ip_ok(addrs)) {
auth.c 309 static int some_ip_ok (struct wordlist *);
1749 if (ret >= 0 && !some_ip_ok(addrs)) {
1795 if (ret >= 0 && need_ip && !some_ip_ok(addrs)) {
1833 if (ret >= 0 && need_ip && !some_ip_ok(addrs)) {
2155 * some_ip_ok - check a wordlist to see if it authorizes any
2159 some_ip_ok(struct wordlist *addrs) function
2509 if (ret >= 0 && need_ip && !some_ip_ok(addrs)) {

Completed in 48 milliseconds