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

/osnet-11/usr/src/lib/libdladm/common/
H A Dflowattr.c87 int prefix_max, prefix_len = 0; local
124 prefix_max = IP_ABITS;
130 prefix_max = IPV6_ABITS;
135 prefix_len = prefix_max;
137 status = dladm_prefixlen2mask(prefix_len, prefix_max, netmask);
366 int prefix_len, prefix_max; local
374 prefix_max = IPV6_ABITS;
378 prefix_max = IP_ABITS;
381 prefix_max, &prefix_len);
388 prefix_max
[all...]
H A Dlibdlflow.c118 int prefix_len, prefix_max; local
129 prefix_max = IP_ABITS;
139 prefix_max = IPV6_ABITS;
144 prefix_max, &prefix_len);
147 prefix_max, &prefix_len);

Completed in 37 milliseconds