Searched refs:prefix_max (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dflowattr.c81 int prefix_max, prefix_len = 0; local
118 prefix_max = IP_ABITS;
124 prefix_max = IPV6_ABITS;
129 prefix_len = prefix_max;
131 status = dladm_prefixlen2mask(prefix_len, prefix_max, netmask);
357 int prefix_len, prefix_max; local
365 prefix_max = IPV6_ABITS;
369 prefix_max = IP_ABITS;
372 prefix_max, &prefix_len);
379 prefix_max
[all...]
H A Dlibdlflow.c251 int prefix_len, prefix_max; local
259 prefix_max = IP_ABITS;
266 prefix_max = IPV6_ABITS;
269 &attr->fi_flow_desc.fd_local_netmask, prefix_max,
278 int prefix_len, prefix_max; local
286 prefix_max = IP_ABITS;
293 prefix_max = IPV6_ABITS;
296 &attr->fi_flow_desc.fd_remote_netmask, prefix_max,

Completed in 250 milliseconds