Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c5538 char *ipgpc_nm; in readtype() local
5549 ipgpc_nm = prepend_module_name(name, IPGPC_NAME); in readtype()
5550 if (ipgpc_nm == NULL) { in readtype()
5554 if (strcmp(ipgpc_nm, IPGPC_SADDR_MASK) == 0 || in readtype()
5555 strcmp(ipgpc_nm, IPGPC_DADDR_MASK) == 0) { in readtype()
5558 } else if (strcmp(ipgpc_nm, IPGPC_SPORT_MASK) == 0 || in readtype()
5559 strcmp(ipgpc_nm, IPGPC_DPORT_MASK) == 0) { in readtype()
5562 } else if (strcmp(ipgpc_nm, IPGPC_FILTER_TYPE) == 0) { in readtype()
5565 } else if (strcmp(ipgpc_nm, IPGPC_IF_INDEX) == 0) { in readtype()
5570 free(ipgpc_nm); in readtype()