Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h112 #define IPQOS_CONF_NAME_LEN 24 macro
247 char name[IPQOS_CONF_NAME_LEN];
248 char class_name[IPQOS_CONF_NAME_LEN];
272 char name[IPQOS_CONF_NAME_LEN];
283 char name[IPQOS_CONF_NAME_LEN];
319 char name[IPQOS_CONF_NAME_LEN];
320 char module[IPQOS_CONF_NAME_LEN];
H A Dipqosconf.c4057 if (strlen(name) >= IPQOS_CONF_NAME_LEN) { in valid_name()
5417 char name[IPQOS_CONF_NAME_LEN+1]; in read_perm_items()
5418 char foo[IPQOS_CONF_NAME_LEN+1]; in read_perm_items()
5454 "%" VAL2STR(IPQOS_CONF_NAME_LEN) "s" in read_perm_items()
5455 "%" VAL2STR(IPQOS_CONF_NAME_LEN) "s", in read_perm_items()
6771 (void) strlcpy(aref->name, action_name, IPQOS_CONF_NAME_LEN); in add_aref()
7915 IPQOS_CONF_NAME_LEN); in readaction()
8619 IPQOS_CONF_NAME_LEN); in readkconf()
8624 IPQOS_CONF_NAME_LEN); in readkconf()
8878 (void) strlcpy(class->name, str, IPQOS_CONF_NAME_LEN); in parse_kclass()
[all …]