Home | History | Annotate | Download | only in pending

Lines Matching full:ifindex

177   int ifindex;
280 // gets information of INTERFACE and updates IFINDEX, MAC and IP
281 static int get_interface( char *interface, int *ifindex, uint32_t *oip, uint8_t *mac)
300 if (ifindex) {
303 *ifindex = req.ifr_ifindex;
582 dbg("Opening raw socket on ifindex %d\n", state->ifindex);
593 sock.sll_ifindex = state->ifindex;
734 dest_sll.sll_ifindex = state->ifindex;
1303 if (get_interface(state->iface, &state->ifindex, NULL, state->macaddr))
1331 if (get_interface(state->iface, &state->ifindex, NULL, state->macaddr))