Home | History | Annotate | Download | only in ip

Lines Matching defs:groups

78 	unsigned int groups = ~0U;
119 groups = 0;
122 groups = 0;
125 groups = 0;
127 groups = ~0U;
142 groups |= nl_mgrp(RTNLGRP_LINK);
145 groups |= nl_mgrp(RTNLGRP_IPV4_IFADDR);
147 groups |= nl_mgrp(RTNLGRP_IPV6_IFADDR);
151 groups |= nl_mgrp(RTNLGRP_IPV4_ROUTE);
153 groups |= nl_mgrp(RTNLGRP_IPV6_ROUTE);
162 if (rtnl_open(&rth, groups) < 0)