Searched refs:sifaddr (Results 1 – 4 of 4) sorted by relevance
/external/ppp/pppd/ |
D | ipcp.c | 1756 if (!sifaddr(u, wo->ouraddr, wo->hisaddr, GetMask(wo->ouraddr))) 1868 if (!sifaddr(f->unit, go->ouraddr, ho->hisaddr, mask)) { 1896 if (!sifaddr(f->unit, go->ouraddr, ho->hisaddr, mask)) { 1916 if (!sifaddr(f->unit, go->ouraddr, ho->hisaddr, mask)) {
|
D | pppd.h | 657 int sifaddr __P((int, u_int32_t, u_int32_t, u_int32_t));
|
D | sys-linux.c | 2365 int sifaddr (int unit, u_int32_t our_adr, u_int32_t his_adr, in sifaddr() function
|
D | sys-solaris.c | 1969 sifaddr(u, o, h, m) in sifaddr() function
|