Home
last modified time | relevance | path

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

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