HomeSort by: relevance | last modified time | path
    Searched defs:find_interface (Results 1 - 4 of 4) 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 in typeref:struct:interface_data *
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 in typeref:struct:interface_data *
  /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 in typeref:typename:Interface *
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 in typeref:typename:Interface *
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);

Completed in 43 milliseconds