Searched refs:saddr_hostname (Results 1 – 2 of 2) sorted by relevance
456 if (filter->saddr_hostname != NULL) { in ipgpc_filter_destructor()457 kmem_free(filter->saddr_hostname, in ipgpc_filter_destructor()458 (strlen(filter->saddr_hostname) + 1)); in ipgpc_filter_destructor()829 filter->saddr_hostname = NULL; in ipgpc_parse_filter()831 filter->saddr_hostname = kmem_alloc((strlen(s) + 1), KM_SLEEP); in ipgpc_parse_filter()832 (void) strcpy(filter->saddr_hostname, s); in ipgpc_parse_filter()1677 if (ipgpc_fid_list[filter_id].filter.saddr_hostname != NULL) { in ipgpc_modifyfilter()1678 s = ipgpc_fid_list[filter_id].filter.saddr_hostname; in ipgpc_modifyfilter()1679 old_filter.saddr_hostname = in ipgpc_modifyfilter()1681 (void) strcpy(old_filter.saddr_hostname, s); in ipgpc_modifyfilter()[all …]
122 char *saddr_hostname; /* hostname of source address, optional */ member