Lines Matching defs:ina
389 struct in_addr ina;
459 if (inet_pton(AF_INET, argv[i], &ina) != 1) {
465 module->name_server[0] = ina;
467 module->name_server[1] = ina;
476 if (inet_pton(AF_INET, argv[i], &ina) != 1) {
482 module->netbios_server[0] = ina;
484 module->netbios_server[1] = ina;
1258 struct in_addr ina)
1267 ip->ipv4 = ina;
1280 ipcp_ipv4_find(struct module_ipcp *self, struct in_addr ina)
1285 key.ipv4 = ina;