HomeSort by: relevance | last modified time | path
    Searched refs:auth_ip_addr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
pppd-private.h 368 int auth_ip_addr(int, u_int32_t);
auth.c 2095 && (wo->hisaddr == 0 || !auth_ip_addr(unit, wo->hisaddr))) {
2107 * auth_ip_addr - check whether the peer is authorized to use
2111 auth_ip_addr(int unit, u_int32_t addr) function
ipcp.c 1870 if (ho->hisaddr != 0 && !auth_ip_addr(f->unit, ho->hisaddr)) {

Completed in 75 milliseconds