Home
last modified time | relevance | path

Searched refs:IPGPC_IF_INDEX (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/ipp/ipgpc/
H A Dipgpc.h50 #define IPGPC_IF_INDEX "ipgpc.if_index" /* uint32_t */ macro
H A Dfilters.c625 if (nvlist_lookup_uint32(nvlp, IPGPC_IF_INDEX, &filter->if_index) in ipgpc_parse_filter()
2302 if ((rc = nvlist_add_uint32(nvlp, IPGPC_IF_INDEX, in build_filter_nvlist()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c3245 if (strcmp(name, IPGPC_IF_INDEX) == 0) { in printnvlist()
5565 } else if (strcmp(ipgpc_nm, IPGPC_IF_INDEX) == 0) { in readtype()
5842 res = nvlist_add_uint32(*nvlp, IPGPC_IF_INDEX, in readnvpair()
5856 name = malloc(strlen(IPGPC_IF_INDEX) + 1); in readnvpair()
5861 (void) strcpy(name, IPGPC_IF_INDEX); in readnvpair()