Searched refs:do_req (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/iwictl/
H A Diwictl.c54 static int do_req(const char *, unsigned long, void *);
111 do_req(const char *iface, unsigned long req, void *data) function
136 if (do_req(iface, SIOCGRADIO, &radio) == -1)
210 if (do_req(iface, SIOCGTABLE0, stats) == -1)
/netbsd-6-1-5-RELEASE/usr.sbin/ipwctl/
H A Dipwctl.c55 static int do_req(const char *, unsigned long, void *);
108 do_req(const char *iface, unsigned long req, void *data) function
132 if (do_req(iface, SIOCGRADIO, &radio) == -1) {
337 if (do_req(iface, SIOCGTABLE1, stats) == -1) {

Completed in 112 milliseconds