Searched refs:daddr_hostname (Results 1 – 2 of 2) sorted by relevance
460 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()902 filter->daddr_hostname = kmem_alloc((strlen(s) + 1), KM_SLEEP); in ipgpc_parse_filter()903 (void) strcpy(filter->daddr_hostname, s); in ipgpc_parse_filter()1687 if (ipgpc_fid_list[filter_id].filter.daddr_hostname != NULL) { in ipgpc_modifyfilter()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()[all …]
125 char *daddr_hostname; /* hostname of destination address, optional */ member