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

  /external/libppp/src/
probe.h 32 unsigned ipv6_available : 1; member in struct:probe
probe.c 55 ipv6_available(void) function
74 probe.ipv6_available = ipv6_available() ? 1 : 0;
76 probe.ipv6_available ? "yes" : "no");

Completed in 38 milliseconds