Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c1108 if (!sif6addr(u, wo->ourid, wo->hisid))
1188 if (!sif6addr(f->unit, go->ourid, ho->hisid)) {
1207 if (!sif6addr(f->unit, go->ourid, ho->hisid)) {
1231 if (!sif6addr(f->unit, go->ourid, ho->hisid)) {
H A Dpppd.h600 extern int sif6addr __P((int, eui64_t, eui64_t));
H A Dsys-solaris.c3355 sif6addr(unit, ourid, hisid) in sif6addr() function