Lines Matching full:ifindex
86 if (_C(IFINDEX, ntp_ifindex) ||
199 COPY_ENTRY(IFINDEX, ifindex);
408 * @arg ifindex optional interface index
411 * optionally the specified ifindex to retrieve device specific
418 const char *name, int ifindex)
427 ((!ifindex && !nt->nt_parms.ntp_ifindex) ||
428 (ifindex && ifindex == nt->nt_parms.ntp_ifindex))) {
637 void rtnl_neightbl_set_dev(struct rtnl_neightbl *ntbl, int ifindex)
639 ntbl->nt_parms.ntp_ifindex = ifindex;