Searched refs:f_srctype (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/ppp/
H A Dfilter.h62 unsigned f_srctype : 3; /* T_ value of src */ member in struct:filterent
H A Dfilter.c321 fe.f_srctype = addrtype(*argv);
464 prompt_Printf(prompt, "%s ", addrstr(&fp->f_src, fp->f_srctype));
572 if (fp->f_srctype == T_MYADDR && ncpaddr_family(local) == AF_INET)
577 if (fp->f_srctype == T_MYADDR6 && ncpaddr_family(local) == AF_INET6)
584 if (fp->f_srctype == T_HISADDR && ncpaddr_family(remote) == AF_INET)
589 if (fp->f_srctype == T_HISADDR6 && ncpaddr_family(remote) == AF_INET6)
596 if (fp->f_srctype == T_DNS0)
600 if (fp->f_srctype == T_DNS1)

Completed in 111 milliseconds