Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c1406 if (!sifaddr(u, wo->ouraddr, wo->hisaddr, GetMask(wo->ouraddr)))
1514 if (!sifaddr(f->unit, go->ouraddr, ho->hisaddr, mask)) {
1552 if (!sifaddr(f->unit, go->ouraddr, ho->hisaddr, mask)) {
H A Dpppd.h584 extern int sifaddr __P((int, u_int32_t, u_int32_t, u_int32_t));
H A Dsys-solaris.c2504 sifaddr(u, o, h, m) in sifaddr() function