Searched refs:ipgpc_nm (Results 1 – 1 of 1) sorted by relevance
5533 char *ipgpc_nm; in readtype() local5544 ipgpc_nm = prepend_module_name(name, IPGPC_NAME); in readtype()5545 if (ipgpc_nm == NULL) { in readtype()5549 if (strcmp(ipgpc_nm, IPGPC_SADDR_MASK) == 0 || in readtype()5550 strcmp(ipgpc_nm, IPGPC_DADDR_MASK) == 0) { in readtype()5553 } else if (strcmp(ipgpc_nm, IPGPC_SPORT_MASK) == 0 || in readtype()5554 strcmp(ipgpc_nm, IPGPC_DPORT_MASK) == 0) { in readtype()5557 } else if (strcmp(ipgpc_nm, IPGPC_FILTER_TYPE) == 0) { in readtype()5560 } else if (strcmp(ipgpc_nm, IPGPC_IF_INDEX) == 0) { in readtype()5565 free(ipgpc_nm); in readtype()