Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c5530 char place_st[IPQOS_CONF_TYPE_LEN+1]; in readtype() local
5600 place_st, param, typest, dfltst); in readtype()
5614 strcmp(place_st, IPQOS_PLACE_PRM_STR) == 0) || in readtype()
5616 strcmp(place_st, IPQOS_PLACE_FILTER_STR) == 0) || in readtype()
5618 strcmp(place_st, IPQOS_PLACE_MAP_STR) == 0)) { in readtype()
5637 if (strcmp(place_st, IPQOS_PLACE_PRM_STR) == 0) { in readtype()
5639 } else if (strcmp(place_st, IPQOS_PLACE_FILTER_STR) == 0) { in readtype()
5641 } else if (strcmp(place_st, IPQOS_PLACE_MAP_STR) == 0) { in readtype()