Lines Matching refs:sg
227 i_expand_ipv4range(ilbadm_sgroup_t *sg, ilb_server_data_t *srv, in i_expand_ipv4range() argument
239 sn_new = i_new_sg_elem(sg); in i_expand_ipv4range()
274 i_expand_ipv6range(ilbadm_sgroup_t *sg, ilb_server_data_t *srv, in i_expand_ipv6range() argument
286 sn_new = i_new_sg_elem(sg); in i_expand_ipv6range()
303 i_expand_iprange(ilbadm_sgroup_t *sg, ilb_server_data_t *sr, in i_expand_iprange() argument
332 return (i_expand_ipv4range(sg, sr, ip1, ip2)); in i_expand_iprange()
334 return (i_expand_ipv6range(sg, sr, ip1, ip2)); in i_expand_iprange()
378 i_match_hostorip(void *store, ilbadm_sgroup_t *sg, char *val, in i_match_hostorip() argument
634 rc = i_expand_iprange(sg, s, ip1, ip2); in i_match_hostorip()
837 ilbadm_sgroup_t *sg = NULL; in i_store_val() local
849 sg = (ilbadm_sgroup_t *)store; in i_store_val()
888 rc = i_match_hostorip(storep, sg, val, OPT_NUMERIC_ONLY | in i_store_val()
892 rc = i_match_hostorip(storep, sg, val, in i_store_val()
962 rc = i_match_hostorip((void *)&sn, sg, val, in i_store_val()