Home
last modified time | relevance | path

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

/netbsd-src/sbin/ifconfig/
H A Dieee80211.c740 int sroute; in scan_and_wait() local
742 sroute = prog_socket(PF_ROUTE, SOCK_RAW, 0); in scan_and_wait()
743 if (sroute < 0) { in scan_and_wait()
754 if (prog_read(sroute, buf, sizeof(buf)) < 0) { in scan_and_wait()
765 prog_close(sroute); in scan_and_wait()