Searched defs:IS_IN_SAME_ILLGRP (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ | ||
H A D | ip.h | 1484 #define IS_IN_SAME_ILLGRP(ill1, ill2) \ macro 1489 ((ill1) == (ill2) || IS_IN_SAME_ILLGRP(ill1, ill2)) |
Completed in 66 milliseconds