Home | History | Annotate | Download | only in pending

Lines Matching defs:start_ip

244   uint32_t start_ip;              // start address of leases, in host order
691 {"start" , striptovar , (void*)&gconfig.start_ip , "192.168.0.20"},
1346 if ((ntohl(nip) < gconfig.start_ip) || (ntohl(nip) > gconfig.end_ip))
1466 for (nip = htonl(gconfig.start_ip); ntohl(nip) <= gconfig.end_ip; ) {
1561 if (ip >= gconfig.start_ip && ip <= gconfig.end_ip) {
1641 gconfig.start_ip = ntohl(gconfig.start_ip);
1643 ip_pool_size = gconfig.end_ip - gconfig.start_ip + 1;