Searched defs:ipifcb (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2848 ipif_cbdata_t *ipifcb = ipif_cb_arg; local
2849 boolean_t verbose = ipifcb->verbose;
2878 int ipver = ipifcb->ipif_ipversion;
2882 if ((ipver == IPV4_VERSION && ipifcb->ill.ill_isv6) ||
2883 (ipver == IPV6_VERSION && !ipifcb->ill.ill_isv6)) {
2888 ipifcb->ill.ill_name_length),
2889 (uintptr_t)ipifcb->ill.ill_name)) == -1) {
2890 mdb_warn("failed to read ill_name of ill %p\n", ipifcb->ill);
2910 if (ipifcb->ill.ill_isv6) {
2931 if (ipifcb
[all...]

Completed in 73 milliseconds