HomeSort by relevance Sort by last modified time
    Searched refs:set_noauth_addr (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/netif/ppp/
auth.c 226 static int set_noauth_addr (char **);
276 { "allow-ip", o_special, (void *)set_noauth_addr,
351 * set_noauth_addr - set address(es) that can be used without authentication.
355 set_noauth_addr(char **argv)
    [all...]
  /external/ppp/pppd/
auth.c 268 static int set_noauth_addr __P((char **));
392 { "allow-ip", o_special, (void *)set_noauth_addr,
497 * set_noauth_addr - set address(es) that can be used without authentication.
501 set_noauth_addr(argv) function
    [all...]

Completed in 510 milliseconds