Home
last modified time | relevance | path

Searched refs:find_interface (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/map-mbone/
H A Dmapper.c90 Interface * find_interface(u_int32_t addr, Node *node);
129 Interface *find_interface(u_int32_t addr, Node *node) in find_interface() function
352 Interface *ifc_n = find_interface(ifc_i->addr, node); in accept_neighbors()
383 ifc = find_interface(ifc_addr, node); in accept_neighbors()
493 Interface *ifc_n = find_interface(ifc_i->addr, node); in accept_neighbors2()
524 ifc = find_interface(ifc_addr, node); in accept_neighbors2()
/netbsd-src/usr.sbin/ifwatchd/
H A Difwatchd.c72 static struct interface_data * find_interface(int index);
333 if ((ifd = find_interface(li->sdl_index)) == NULL) { in check_addrs()
550 find_interface(int idx) in find_interface() function