Lines Matching refs:ipversion

227 static int ncec_format(uintptr_t addr, const ncec_t *ncec, int ipversion);
1470 int ipversion = 0; in nce() local
1480 ipversion = IPV4_VERSION; in nce()
1482 ipversion = IPV6_VERSION; in nce()
1499 nce_cb.nce_ipversion = ipversion; in nce()
1524 int ipversion = *(int *)dce_cb_arg; in dce_format() local
1527 if (ipversion != 0 && ipversion != dcep->dce_ipversion) in dce_format()
1557 int ipversion = 0; in dce() local
1573 ipversion = IPV4_VERSION; in dce()
1575 ipversion = IPV6_VERSION; in dce()
1589 (void) dce_format(addr, &dce, &ipversion); in dce()
1590 } else if (mdb_pwalk("dce", (mdb_walk_cb_t)dce_format, &ipversion, in dce()
1605 int ipversion = 0; in ire() local
1625 ipversion = IPV4_VERSION; in ire()
1627 ipversion = IPV6_VERSION; in ire()
1650 ire_cb.ire_ipversion = ipversion; in ire()
2172 int ipversion = 0; in ncec() local
2181 ipversion = IPV4_VERSION; in ncec()
2183 ipversion = IPV6_VERSION; in ncec()
2196 if (ipversion != 0 && ncec.ncec_ipversion != ipversion) { in ncec()
2201 return (ncec_format(addr, &ncec, ipversion)); in ncec()
2205 id.ncec_ipversion = ipversion; in ncec()
2216 ncec_format(uintptr_t addr, const ncec_t *ncec, int ipversion) in ncec_format() argument
2246 if (ipversion != 0 && ncec->ncec_ipversion != ipversion) in ncec_format()
2675 int ipversion = 0; in ill() local
2696 ipversion = IPV4_VERSION; in ill()
2698 ipversion = IPV6_VERSION; in ill()
2707 id.ill_ipversion = ipversion; in ill()
2983 int ipversion = 0; in ipif() local
2994 ipversion = IPV4_VERSION; in ipif()
2996 ipversion = IPV6_VERSION; in ipif()
3004 id.ipif_ipversion = ipversion; in ipif()