Searched refs:ipaddr_end (Results 1 – 6 of 6) sorted by relevance
24 {%endif%}{% if ipaddr_end %}IPADDR_END="{{ipaddr_end}}"
466 const skipaddr_t *ipaddr_end);
4511 const skipaddr_t *ipaddr_end) in ipsetInsertRangeIPTree() argument4525 assert(skipaddrCompare(ipaddr_start, ipaddr_end) < 0); in ipsetInsertRangeIPTree()4526 assert(!skipaddrIsV6(ipaddr_start) && !skipaddrIsV6(ipaddr_end)); in ipsetInsertRangeIPTree()4540 if (skipaddrIsV6(ipaddr_end)) { in ipsetInsertRangeIPTree()4541 if (skipaddrV6toV4(ipaddr_end, &ipaddr4_end)) { in ipsetInsertRangeIPTree()4547 skipaddrCopy(&ipaddr4_end, ipaddr_end); in ipsetInsertRangeIPTree()12274 const skipaddr_t *ipaddr_end) in skIPSetInsertRange() argument12281 rv = skipaddrCompare(ipaddr_start, ipaddr_end); in skIPSetInsertRange()12292 return ipsetInsertRangeIPTree(ipset, ipaddr_start, ipaddr_end); in skIPSetInsertRange()12294 if (!skipaddrIsV6(ipaddr_start) && !skipaddrIsV6(ipaddr_end)) { in skIPSetInsertRange()[all …]
1437 * **PR** `#43359`_: (`gtmanfred`_) ipaddr_start ipaddr_end for el71442 * 23d9abb560 ipaddr_start ipaddr_end for el7
4193 * 23d9abb560 ipaddr_start ipaddr_end for el7