Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Difieee80211.c3780 int sroute; in scan_and_wait() local
3782 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()