HomeSort by: relevance | last modified time | path
    Searched defs:do_req (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/iwictl/
iwictl.c 54 static int do_req(const char *, unsigned long, void *);
111 do_req(const char *iface, unsigned long req, void *data) function in typeref:typename:int
136 if (do_req(iface, SIOCGRADIO, &radio) == -1)
210 if (do_req(iface, SIOCGTABLE0, stats) == -1)
  /src/usr.sbin/ipwctl/
ipwctl.c 55 static int do_req(const char *, unsigned long, void *);
108 do_req(const char *iface, unsigned long req, void *data) function in typeref:typename:int
132 if (do_req(iface, SIOCGRADIO, &radio) == -1) {
337 if (do_req(iface, SIOCGTABLE1, stats) == -1) {

Completed in 13 milliseconds