Searched refs:boundif (Results 1 - 4 of 4) sorted by last modified time

/macosx-10.9.5/netcat-20/
H A Dnetcat.c100 char *boundif; /* interface to bind to */ variable
206 boundif = optarg;
207 if ((ifscope = if_nametoindex(boundif)) == 0)
1121 if (boundif && (lflag || Oflag)) {
1264 fprintf(stderr, "usage: nc [-46AcCDdFhklMnOortUuvz] [-K tc] [-b boundif] [-i interval] [-p source_port]\n");
/macosx-10.9.5/network_cmds-433/ping.tproj/
H A Dping.c201 char *boundif; variable
331 boundif = optarg;
561 if (boundif != NULL && (ifscope = if_nametoindex(boundif)) == 0)
1862 "usage: ping [-AaDdfnoQqRrv] [-b boundif] [-c count] [-G sweepmaxsize] [-g sweepminsize]",
/macosx-10.9.5/network_cmds-433/ping6.tproj/
H A Dping6.c247 char *boundif; variable
442 boundif = optarg;
637 if (boundif != NULL && (ifscope = if_nametoindex(boundif)) == 0)
3008 "[-a addrtype] [-b bufsiz] [-B boundif] [-c count]\n"
/macosx-10.9.5/network_cmds-433/arp.tproj/
H A Darp.c143 static char *boundif = NULL; variable
270 boundif = argv[++i];
271 if ((ifscope = if_nametoindex(boundif)) == 0)
272 errx(1, "ifscope has bad interface name: %s", boundif);
408 boundif = NULL;
436 boundif = argv[1];
437 if ((ifscope = if_nametoindex(boundif)) == 0)
438 errx(1, "ifscope has bad interface name: %s", boundif);

Completed in 113 milliseconds