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

  /external/libppp/src/
filter.h 61 unsigned f_dsttype : 3; /* T_ value of dst */ member in struct:filterent
filter.c 335 fe.f_dsttype = addrtype(*argv);
467 prompt_Printf(prompt, "%s ", addrstr(&fp->f_dst, fp->f_dsttype));
572 if (fp->f_dsttype == T_MYADDR && ncpaddr_family(local) == AF_INET)
577 if (fp->f_dsttype == T_MYADDR6 && ncpaddr_family(local) == AF_INET6)
584 if (fp->f_dsttype == T_HISADDR && ncpaddr_family(remote) == AF_INET)
589 if (fp->f_dsttype == T_HISADDR6 && ncpaddr_family(remote) == AF_INET6)
596 if (fp->f_dsttype == T_DNS0)
600 if (fp->f_dsttype == T_DNS1)

Completed in 45 milliseconds