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

  /external/libppp/src/
ip.c 877 unsigned alivesecs; local
879 alivesecs = 0;
881 FilterCheck(packet, family, &bundle->filter.alive, &alivesecs))
885 *psecs = alivesecs;
887 if (*psecs != alivesecs)
889 logbuf, *psecs, alivesecs);
912 unsigned secs, alivesecs; local
928 alivesecs = 0;
929 if (!FilterCheck(tun.data, af, &bundle->filter.alive, &alivesecs)) {
931 secs = alivesecs;
    [all...]
ipv6cp.c 428 unsigned alivesecs = 0; local
449 &alivesecs)) {
451 secs = alivesecs;
ipcp.c 1444 unsigned alivesecs = 0; local
    [all...]

Completed in 68 milliseconds