Searched refs:prefix_max (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libdladm/common/ |
H A D | flowattr.c | 81 int prefix_max, prefix_len = 0; in do_check_ip_addr() local 118 prefix_max = IP_ABITS; in do_check_ip_addr() 124 prefix_max = IPV6_ABITS; in do_check_ip_addr() 129 prefix_len = prefix_max; in do_check_ip_addr() 131 status = dladm_prefixlen2mask(prefix_len, prefix_max, netmask); in do_check_ip_addr() 357 int prefix_len, prefix_max; in dladm_flow_attr_ip2str() local 365 prefix_max = IPV6_ABITS; in dladm_flow_attr_ip2str() 369 prefix_max = IP_ABITS; in dladm_flow_attr_ip2str() 372 prefix_max, &prefix_len); in dladm_flow_attr_ip2str() 379 prefix_max = IPV6_ABITS; in dladm_flow_attr_ip2str() [all …]
|
H A D | libdlflow.c | 251 int prefix_len, prefix_max; in i_dladm_flow_fput_grp() local 259 prefix_max = IP_ABITS; in i_dladm_flow_fput_grp() 266 prefix_max = IPV6_ABITS; in i_dladm_flow_fput_grp() 269 &attr->fi_flow_desc.fd_local_netmask, prefix_max, in i_dladm_flow_fput_grp() 278 int prefix_len, prefix_max; in i_dladm_flow_fput_grp() local 286 prefix_max = IP_ABITS; in i_dladm_flow_fput_grp() 293 prefix_max = IPV6_ABITS; in i_dladm_flow_fput_grp() 296 &attr->fi_flow_desc.fd_remote_netmask, prefix_max, in i_dladm_flow_fput_grp()
|