Home | History | Annotate | Download | only in route

Lines Matching full:ifindex

86 	if (_C(IFINDEX,			ntp_ifindex)			||
199 COPY_ENTRY(IFINDEX, ifindex);
396 * @arg ifindex optional interface index
399 * optionally the specified ifindex to retrieve device specific
406 const char *name, int ifindex)
415 ((!ifindex && !nt->nt_parms.ntp_ifindex) ||
416 (ifindex && ifindex == nt->nt_parms.ntp_ifindex))) {
625 void rtnl_neightbl_set_dev(struct rtnl_neightbl *ntbl, int ifindex)
627 ntbl->nt_parms.ntp_ifindex = ifindex;