Home
last modified time | relevance | path

Searched refs:ipv6rsfd (Results 1 – 1 of 1) sorted by relevance

/external/dhcpcd/
Ddhcpcd.c107 static int linkfd = -1, ipv6rsfd = -1; variable
2113 ipv6rsfd = ipv6rs_open(); in main()
2114 if (ipv6rsfd == -1) { in main()
2118 add_event(ipv6rsfd, ipv6rs_handledata, NULL); in main()