Searched refs:iface2 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dmdns_module.c1014 int iface2 = if_nametoindex(interface); local
1017 if (iface2 == 0) return -1;
1020 if ((iface != 0) && (iface2 != 0) && (iface != iface2)) return -1;
1021 if (iface2 != 0) iface = iface2;

Completed in 105 milliseconds