Searched refs:ipversion (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/sys/contrib/ipfilter/netinet/ |
| HD | ip_htable.c | 1134 ipf_iphmfindip(softc, tptr, ipversion, aptr, bytes) in ipf_iphmfindip() argument 1137 int ipversion; 1152 if (ipversion == 4) { 1155 } else if (ipversion == 6) {
|
| HD | ip_pool.c | 761 ipf_pool_search(softc, tptr, ipversion, dptr, bytes) in ipf_pool_search() argument 764 int ipversion; 784 if (ipversion == 4) { 790 } else if (ipversion == 6) {
|
| HD | fil.c | 9108 ipf_deliverlocal(softc, ipversion, ifp, ipaddr) in ipf_deliverlocal() argument 9110 int ipversion; 9117 if (ipversion == 4) { 9124 } else if (ipversion == 6) {
|