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

  /external/ipsec-tools/src/racoon/
localconf.h 80 int rtsock; /* routing socket */ member in struct:localconf
grabmyaddr.c 297 lcconf->rtsock = kernel_open_socket();
298 if (lcconf->rtsock < 0)
300 monitor_fd(lcconf->rtsock, kernel_receive, NULL, 0);
302 lcconf->rtsock = -1;
314 if (lcconf->rtsock != -1) {
315 unmonitor_fd(lcconf->rtsock);
316 close(lcconf->rtsock);
660 int fd = lcconf->rtsock;

Completed in 572 milliseconds