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

  /external/libppp/src/
probe.c 59 if ((s = ID0socket(PF_INET6, SOCK_DGRAM, 0)) == -1)
id.h 37 extern int ID0socket(int, int, int);
60 #define ID0socket socket
arp.c 115 routes = ID0socket(PF_ROUTE, SOCK_RAW, AF_INET);
id.c 117 ID0socket(int domain, int type, int protocol)
iface.c 410 if (*s == -1 && (*s = ID0socket(af, SOCK_DGRAM, 0)) == -1)
441 if ((s = ID0socket(af, SOCK_DGRAM, 0)) == -1) {
523 if ((s = ID0socket(ncpaddr_family(del), SOCK_DGRAM, 0)) == -1) {
556 s = ID0socket(PF_INET, SOCK_DGRAM, 0);
route.c 754 s = ID0socket(PF_ROUTE, SOCK_RAW, 0);
872 s = ID0socket(PF_ROUTE, SOCK_RAW, 0);
mp.c 1136 s->fd = ID0socket(PF_LOCAL, SOCK_DGRAM, 0);
    [all...]

Completed in 165 milliseconds