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

/illumos-gate/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)
2302 if ((rc = nvlist_add_uint32(nvlp, IPGPC_IF_INDEX,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c3240 if (strcmp(name, IPGPC_IF_INDEX) == 0) {
5560 } else if (strcmp(ipgpc_nm, IPGPC_IF_INDEX) == 0) {
5837 res = nvlist_add_uint32(*nvlp, IPGPC_IF_INDEX,
5851 name = malloc(strlen(IPGPC_IF_INDEX) + 1);
5856 (void) strcpy(name, IPGPC_IF_INDEX);

Completed in 1740 milliseconds