Searched refs:ndc_gateway (Results 1 – 3 of 3) sorted by relevance
68 struct in_addr ndc_gateway; member
124 #define nd_gateway nd_conf.ndc_gateway1169 memcpy(&conf->ndc_gateway, &nd_gateway, sizeof(nd_gateway)); in netdump_ioctl()
308 printf("gateway address: %s\n", inet_ntoa(ndconf.ndc_gateway)); in listdumpdev()464 if (inet_aton(gateway, &ndconf.ndc_gateway) == 0) in main()