Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h110 #define IPQOS_CONF_NAME_LEN 24 macro
245 char name[IPQOS_CONF_NAME_LEN];
246 char class_name[IPQOS_CONF_NAME_LEN];
270 char name[IPQOS_CONF_NAME_LEN];
281 char name[IPQOS_CONF_NAME_LEN];
317 char name[IPQOS_CONF_NAME_LEN];
318 char module[IPQOS_CONF_NAME_LEN];
H A Dipqosconf.c4052 if (strlen(name) >= IPQOS_CONF_NAME_LEN) { in valid_name()
5412 char name[IPQOS_CONF_NAME_LEN+1]; in read_perm_items()
5413 char foo[IPQOS_CONF_NAME_LEN+1]; in read_perm_items()
5449 "%" VAL2STR(IPQOS_CONF_NAME_LEN) "s" in read_perm_items()
5450 "%" VAL2STR(IPQOS_CONF_NAME_LEN) "s", in read_perm_items()
6765 (void) strlcpy(aref->name, action_name, IPQOS_CONF_NAME_LEN); in add_aref()
7908 IPQOS_CONF_NAME_LEN); in readaction()
8612 IPQOS_CONF_NAME_LEN); in readkconf()
8617 IPQOS_CONF_NAME_LEN); in readkconf()
8871 (void) strlcpy(class->name, str, IPQOS_CONF_NAME_LEN); in parse_kclass()
[all …]