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

  /src/usr.sbin/srtconfig/
srtconfig.c 29 static char *txt_addr; variable
68 txt_addr = av[3];
76 txt_addr = av[4];
180 if (inet_pton(AF_INET,txt_addr,&r.srcmatch.v4) == 1)
187 else if (inet_pton(AF_INET6,txt_addr,&r.srcmatch.v6) == 1)
195 { fprintf(stderr,"%s: %s: invalid match address\n",__progname,txt_addr);
  /src/external/bsd/wpa/dist/hostapd/
main.c 697 static int gen_uuid(const char *txt_addr)
703 if (hwaddr_aton(txt_addr, addr) < 0)

Completed in 46 milliseconds