OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bareq
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_bridge.c
1138
struct ifbareq
bareq
;
local in function:bridge_ioctl_rts
1147
if (bac->ifbac_len < (sizeof(
bareq
) * sc->sc_brtcnt)) {
1154
if (len < sizeof(
bareq
))
1156
memset(&
bareq
, 0, sizeof(
bareq
));
1157
strlcpy(
bareq
.ifba_ifsname, brt->brt_ifp->if_xname,
1158
sizeof(
bareq
.ifba_ifsname));
1159
memcpy(
bareq
.ifba_dst, brt->brt_addr, sizeof(brt->brt_addr));
1161
bareq
.ifba_expire = brt->brt_expire - time_uptime;
1163
bareq
.ifba_expire = 0
[
all
...]
if_bridge.c
1138
struct ifbareq
bareq
;
local in function:bridge_ioctl_rts
1147
if (bac->ifbac_len < (sizeof(
bareq
) * sc->sc_brtcnt)) {
1154
if (len < sizeof(
bareq
))
1156
memset(&
bareq
, 0, sizeof(
bareq
));
1157
strlcpy(
bareq
.ifba_ifsname, brt->brt_ifp->if_xname,
1158
sizeof(
bareq
.ifba_ifsname));
1159
memcpy(
bareq
.ifba_dst, brt->brt_addr, sizeof(brt->brt_addr));
1161
bareq
.ifba_expire = brt->brt_expire - time_uptime;
1163
bareq
.ifba_expire = 0
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025