Home | History | Annotate | Download | only in server

Lines Matching full:ifindex

386     uint32_t ifindex;
401 // If an interface was specified, find the ifindex.
403 ifindex = if_nametoindex(interface);
404 if (!ifindex) {
437 { &ifindex, interface != OIF_NONE ? sizeof(ifindex) : 0 },