Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c838 flt->src_nd_name) != 0) { in add_filter()
981 if (flt->src_nd_name && in modify_filter()
983 flt->src_nd_name) != 0) { in modify_filter()
6444 if (flt->src_nd_name) in free_filter()
6445 free(flt->src_nd_name); in free_filter()
6527 if (ofilter->src_nd_name) { in dup_filter()
6528 nf->src_nd_name = malloc(strlen(ofilter->src_nd_name) + 1); in dup_filter()
6533 (void) strcpy(nf->src_nd_name, ofilter->src_nd_name); in dup_filter()
7055 (filter->src_nd_name ? filter->src_nd_name : "NULL"), in domultihome()
7077 if (filter->src_nd_name) { in domultihome()
[all …]
H A Dipqosconf.h254 char *src_nd_name; member