Home | History | Annotate | Download | only in ip

Lines Matching defs:groups

72 	unsigned groups = ~0U;
113 groups = 0;
116 groups = 0;
119 groups = 0;
121 groups = ~0U;
136 groups |= nl_mgrp(RTNLGRP_LINK);
139 groups |= nl_mgrp(RTNLGRP_IPV4_IFADDR);
141 groups |= nl_mgrp(RTNLGRP_IPV6_IFADDR);
145 groups |= nl_mgrp(RTNLGRP_IPV4_ROUTE);
147 groups |= nl_mgrp(RTNLGRP_IPV6_ROUTE);
156 if (rtnl_open(&rth, groups) < 0)