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

  /src/usr.sbin/map-mbone/
mapper.c 74 struct interface *interfaces; /* Else, neighbor data */ member in union:node::__anona05ecd11010a
117 n->u.interfaces = 0;
133 for (ifc = node->u.interfaces; ifc; ifc = ifc->next)
139 ifc->next = node->u.interfaces;
140 node->u.interfaces = ifc;
151 for (ifc = node->u.interfaces; ifc; ifc = ifc->next) {
308 while (datalen > 0) { /* loop through interfaces */
350 for (ifc_i = ifc_node->u.interfaces; ifc_i; ifc_i = next_ifc_i) {
443 while (datalen > 0) { /* loop through interfaces */
491 for (ifc_i = ifc_node->u.interfaces; ifc_i; ifc_i = next_ifc_i)
    [all...]
  /src/sbin/route/
route.c 112 static void interfaces(void);
295 * associated with network interfaces.
1086 interfaces(void) function in typeref:typename:void
1145 interfaces();

Completed in 41 milliseconds