Home | History | Annotate | Download | only in server

Lines Matching full:ifindex

359     uint32_t ifindex;
374 // If an interface was specified, find the ifindex.
376 ifindex = if_nametoindex(interface);
377 if (!ifindex) {
412 { &ifindex, interface != OIF_NONE ? sizeof(ifindex) : 0 },