Searched refs:sifaddr (Results 1 – 4 of 4) sorted by relevance
/external/ppp/pppd/ |
D | ipcp.c | 1655 if (!sifaddr(u, wo->ouraddr, wo->hisaddr, GetMask(wo->ouraddr))) 1760 if (!sifaddr(f->unit, go->ouraddr, ho->hisaddr, mask)) { 1788 if (!sifaddr(f->unit, go->ouraddr, ho->hisaddr, mask)) { 1805 if (!sifaddr(f->unit, go->ouraddr, ho->hisaddr, mask)) {
|
D | pppd.h | 633 int sifaddr __P((int, u_int32_t, u_int32_t, u_int32_t));
|
D | sys-linux.c | 2301 int sifaddr (int unit, u_int32_t our_adr, u_int32_t his_adr, in sifaddr() function
|
D | sys-solaris.c | 1966 sifaddr(u, o, h, m) in sifaddr() function
|