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

  /bionic/libc/bionic/
if_indextoname.c 42 if_indextoname(unsigned ifindex, char *ifname) function
  /external/mdnsresponder/Clients/
dns-sd.c 106 #define if_indextoname if_indextoname_win macro
143 // On Vista and above there is a Posix like implementation of if_indextoname
144 if ((if_indextoname_funcptr = (if_indextoname_funcptr_t) GetProcAddress(library, "if_indextoname")) != NULL )
    [all...]

Completed in 109 milliseconds