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

  /src/usr.sbin/srtconfig/
srtconfig.c 32 static char *txt_dstaddr; variable in typeref:typename:char *
71 txt_dstaddr = av[6];
79 txt_dstaddr = av[7];
210 if (inet_pton(r.af,txt_dstaddr,dp) != 1)
211 { fprintf(stderr,"%s: %s: invalid destination address\n",__progname,txt_dstaddr);

Completed in 12 milliseconds