Lines Matching defs:rtsock
235 * Failure to open rtsock is ignored as this is
341 int rtsock)
353 fds[0].fd = rtsock;
369 if (read(rtsock, &msg, sizeof (msg)) <= 0)
402 int rtsock = -1;
417 rtsock = socket(PF_ROUTE, SOCK_RAW, af);
426 if (rtsock != -1)
427 (void) close(rtsock);
430 if (rtsock == -1) {
434 ret = i_ipadm_dad_wait(iph, lifname, af, rtsock);
435 (void) close(rtsock);