HomeSort by: relevance | last modified time | path
    Searched defs:find_interface (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/ifwatchd/
ifwatchd.c 72 static struct interface_data * find_interface(int index);
333 if ((ifd = find_interface(li->sdl_index)) == NULL) {
550 find_interface(int idx) function
ifwatchd.c 72 static struct interface_data * find_interface(int index);
333 if ((ifd = find_interface(li->sdl_index)) == NULL) {
550 find_interface(int idx) function
  /src/usr.sbin/map-mbone/
mapper.c 90 Interface * find_interface(u_int32_t addr, Node *node);
129 Interface *find_interface(u_int32_t addr, Node *node) function
352 Interface *ifc_n = find_interface(ifc_i->addr, node);
383 ifc = find_interface(ifc_addr, node);
493 Interface *ifc_n = find_interface(ifc_i->addr, node);
524 ifc = find_interface(ifc_addr, node);
mapper.c 90 Interface * find_interface(u_int32_t addr, Node *node);
129 Interface *find_interface(u_int32_t addr, Node *node) function
352 Interface *ifc_n = find_interface(ifc_i->addr, node);
383 ifc = find_interface(ifc_addr, node);
493 Interface *ifc_n = find_interface(ifc_i->addr, node);
524 ifc = find_interface(ifc_addr, node);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
route.c 1625 find_interface(route_state_t *route_state, const char *name, int ifindex) function
1773 interface = find_interface(route_state, name, -1);
1775 interface = find_interface(route_state, name, if_nametoindex(name));
1778 ERROR("find_interface returned NULL for " PUB_S_SRP, name);
route.c 1625 find_interface(route_state_t *route_state, const char *name, int ifindex) function
1773 interface = find_interface(route_state, name, -1);
1775 interface = find_interface(route_state, name, if_nametoindex(name));
1778 ERROR("find_interface returned NULL for " PUB_S_SRP, name);

Completed in 54 milliseconds