Searched refs:IPGPC_IF_INDEX (Results 1 – 3 of 3) sorted by relevance
50 #define IPGPC_IF_INDEX "ipgpc.if_index" /* uint32_t */ macro
625 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()
3245 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()