Lines Matching defs:gateway
79 " [-g <gateway>] -s <server> -c <client> <iface>\n"
431 printf("gateway address: %s\n",
465 const char *dev, *pubkeyfile, *server, *client, *gateway;
476 server = client = gateway = NULL;
502 gateway = optarg;
648 if (gateway == NULL) {
649 gateway = find_gateway(argv[0]);
650 if (gateway == NULL) {
653 "failed to look up gateway for %s\n",
655 gateway = server;
658 if (inet_aton(gateway, &ndconf.kda_gateway.in4) == 0)
659 errx(EX_USAGE, "invalid gateway address '%s'", gateway);