Home
last modified time | relevance | path

Searched refs:sifaddr (Results 1 – 4 of 4) sorted by relevance

/external/ppp/pppd/
Dipcp.c1655 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)) {
Dpppd.h633 int sifaddr __P((int, u_int32_t, u_int32_t, u_int32_t));
Dsys-linux.c2301 int sifaddr (int unit, u_int32_t our_adr, u_int32_t his_adr, in sifaddr() function
Dsys-solaris.c1966 sifaddr(u, o, h, m) in sifaddr() function