Searched refs:sroute (Results 1 – 1 of 1) sorted by relevance
3780 int sroute; in scan_and_wait() local3782 sroute = socket(PF_ROUTE, SOCK_RAW, 0); in scan_and_wait()3783 if (sroute < 0) { in scan_and_wait()3812 if (read(sroute, buf, sizeof(buf)) < 0) { in scan_and_wait()3823 close(sroute); in scan_and_wait()