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

  /external/mdnsresponder/mDNSWindows/
PosixCompat.c 37 if_nametoindex_funcptr_t if_nametoindex_funcptr; local
40 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
42 index = if_nametoindex_funcptr(ifname);
  /external/mdnsresponder/Clients/
dns-sd.c 119 if_nametoindex_funcptr_t if_nametoindex_funcptr; local
122 if ((if_nametoindex_funcptr = (if_nametoindex_funcptr_t) GetProcAddress(library, "if_nametoindex")) != NULL )
124 index = if_nametoindex_funcptr(ifname);
    [all...]

Completed in 177 milliseconds