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

  /src/sys/net/
bridgestp.c 410 struct bridge_iflist *root_port = NULL, *bif; local in function:bstp_root_selection
421 if (root_port == NULL)
424 if (bif->bif_designated_root < root_port->bif_designated_root)
426 if (bif->bif_designated_root > root_port->bif_designated_root)
430 (root_port->bif_designated_cost + root_port->bif_path_cost))
433 (root_port->bif_designated_cost + root_port->bif_path_cost))
437 root_port->bif_designated_bridge)
440 root_port->bif_designated_bridge
    [all...]
bridgestp.c 410 struct bridge_iflist *root_port = NULL, *bif; local in function:bstp_root_selection
421 if (root_port == NULL)
424 if (bif->bif_designated_root < root_port->bif_designated_root)
426 if (bif->bif_designated_root > root_port->bif_designated_root)
430 (root_port->bif_designated_cost + root_port->bif_path_cost))
433 (root_port->bif_designated_cost + root_port->bif_path_cost))
437 root_port->bif_designated_bridge)
440 root_port->bif_designated_bridge
    [all...]

Completed in 90 milliseconds