OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:breq
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/net/
if_bridge.c
1106
struct ifbreq *
breq
= &breqs[i++];
local
1107
memset(
breq
, 0, sizeof(*
breq
));
1109
strlcpy(
breq
->ifbr_ifsname, bif->bif_ifp->if_xname,
1110
sizeof(
breq
->ifbr_ifsname));
1111
breq
->ifbr_ifsflags = bif->bif_flags;
1112
breq
->ifbr_state = bif->bif_state;
1113
breq
->ifbr_priority = bif->bif_priority;
1114
breq
->ifbr_path_cost = bif->bif_path_cost;
1115
breq
->ifbr_portno = bif->bif_ifp->if_index & 0xff
1424
struct if
breq
breq
;
local
[
all
...]
Completed in 35 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026