IPGPC_IF_INDEX
if (strcmp(name, IPGPC_IF_INDEX) == 0) {
} else if (strcmp(ipgpc_nm, IPGPC_IF_INDEX) == 0) {
res = nvlist_add_uint32(*nvlp, IPGPC_IF_INDEX,
name = malloc(strlen(IPGPC_IF_INDEX) + 1);
(void) strcpy(name, IPGPC_IF_INDEX);
if ((rc = nvlist_add_uint32(nvlp, IPGPC_IF_INDEX,
if (nvlist_lookup_uint32(nvlp, IPGPC_IF_INDEX, &filter->if_index)