HomeSort by relevance Sort by last modified time
    Searched refs:f_srctype (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
filter.h 60 unsigned f_srctype : 3; /* T_ value of src */ member in struct:filterent
filter.c 319 fe.f_srctype = addrtype(*argv);
462 prompt_Printf(prompt, "%s ", addrstr(&fp->f_src, fp->f_srctype));
570 if (fp->f_srctype == T_MYADDR && ncpaddr_family(local) == AF_INET)
575 if (fp->f_srctype == T_MYADDR6 && ncpaddr_family(local) == AF_INET6)
582 if (fp->f_srctype == T_HISADDR && ncpaddr_family(remote) == AF_INET)
587 if (fp->f_srctype == T_HISADDR6 && ncpaddr_family(remote) == AF_INET6)
594 if (fp->f_srctype == T_DNS0)
598 if (fp->f_srctype == T_DNS1)

Completed in 34 milliseconds