Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c847 if (flt->dst_nd_name != NULL && in add_filter()
849 flt->dst_nd_name) != 0) { in add_filter()
992 if (flt->dst_nd_name && in modify_filter()
994 flt->dst_nd_name) != 0) { in modify_filter()
1634 if (tmpf->src_nd_name || tmpf->dst_nd_name || in difffilters()
1635 flt->src_nd_name || flt->dst_nd_name) { in difffilters()
3307 0 && flt->dst_nd_name)) { in printnvlist()
3645 if (printall && ((*filter)->src_nd_name || (*filter)->dst_nd_name)) { in printfilter()
3657 if ((*filter)->dst_nd_name) { in printfilter()
3660 (*filter)->dst_nd_name); in printfilter()
[all …]
H A Dipqosconf.h257 char *dst_nd_name; member