Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c460 if (filter->daddr_hostname != NULL) { in ipgpc_filter_destructor()
461 kmem_free(filter->daddr_hostname, in ipgpc_filter_destructor()
462 (strlen(filter->daddr_hostname) + 1)); in ipgpc_filter_destructor()
900 filter->daddr_hostname = NULL; in ipgpc_parse_filter()
903 (void) strcpy(filter->daddr_hostname, s); in ipgpc_parse_filter()
1688 s = ipgpc_fid_list[filter_id].filter.daddr_hostname; in ipgpc_modifyfilter()
1689 old_filter.daddr_hostname = in ipgpc_modifyfilter()
1691 (void) strcpy(old_filter.daddr_hostname, s); in ipgpc_modifyfilter()
1693 old_filter.daddr_hostname = NULL; in ipgpc_modifyfilter()
2366 if (in_filter->daddr_hostname != NULL) { in build_filter_nvlist()
[all …]
H A Dclassifier-objects.h125 char *daddr_hostname; /* hostname of destination address, optional */ member