Searched refs:ipv6addrcmp (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dserver6_conf.h163 int ipv6addrcmp __P((struct in6_addr *, struct in6_addr *));
H A Dserver6_parse.y441 if (ipv6addrcmp(&prefix1->addr, &prefix2->addr)) {
446 if (ipv6addrcmp(&$2, &$4) < 0) {
483 if (!(ipv6addrcmp(&seg->min, &temp_seg->max) > 0
484 || ipv6addrcmp(&seg->max, &temp_seg->min) < 0)) {
H A Dserver6_conf.c55 ipv6addrcmp(addr1, addr2) function
H A Dserver6_addr.c728 if (ipv6addrcmp(&addr->addr, &seg->min) >= 0 &&
729 ipv6addrcmp(&seg->max, &addr->addr) >= 0) {
766 if (ipv6addrcmp(&seg->free, &seg->max) == 1 ) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dserver6_conf.h163 int ipv6addrcmp __P((struct in6_addr *, struct in6_addr *));
H A Dserver6_parse.y441 if (ipv6addrcmp(&prefix1->addr, &prefix2->addr)) {
446 if (ipv6addrcmp(&$2, &$4) < 0) {
483 if (!(ipv6addrcmp(&seg->min, &temp_seg->max) > 0
484 || ipv6addrcmp(&seg->max, &temp_seg->min) < 0)) {
H A Dserver6_conf.c55 ipv6addrcmp(addr1, addr2) function
H A Dserver6_addr.c728 if (ipv6addrcmp(&addr->addr, &seg->min) >= 0 &&
729 ipv6addrcmp(&seg->max, &addr->addr) >= 0) {
766 if (ipv6addrcmp(&seg->free, &seg->max) == 1 ) {

Completed in 108 milliseconds