Lines Matching defs:ifindex
105 int ifindex;
115 ifindex = can_bind(s, ifname);
159 ATF_CHECK_MSG(sa.can_ifindex == ifindex,
160 "recvfrom provided wrong ifindex %d (!= %d)",
161 sa.can_ifindex, ifindex);
475 int ifindex;
499 ifindex = can_bind(s2, ifname);
520 ATF_CHECK_MSG(sa.can_ifindex == ifindex,
521 "recvfrom provided wrong ifindex %d (!= %d)",
522 sa.can_ifindex, ifindex);
588 "recvfrom provided wrong ifindex %d (!= %d)",
611 int ifindex;
642 ifindex = can_bind(s1, ifname);
691 ATF_CHECK_MSG(sa.can_ifindex == ifindex,
692 "recvfrom provided wrong ifindex %d (!= %d)",
693 sa.can_ifindex, ifindex);
713 ATF_CHECK_MSG(sa.can_ifindex == ifindex,
714 "recvfrom provided wrong ifindex %d (!= %d)",
715 sa.can_ifindex, ifindex);