HomeSort by relevance Sort by last modified time
    Searched defs:if_nametoindex (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
net_if.cpp 61 unsigned if_nametoindex(const char* ifname) { function
  /external/mdnsresponder/Clients/
dns-sd.c 105 #define if_nametoindex if_nametoindex_win macro
121 // On Vista and above there is a Posix like implementation of if_nametoindex
122 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
171 #include <net/if.h> // For if_nametoindex()
    [all...]
  /external/autotest/client/virt/
virt_utils.py 3170 def if_nametoindex(ifname): function
    [all...]

Completed in 593 milliseconds