OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:apl
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/ifconfig/
agr.c
129
struct agrportlist *
apl
;
local in function:agr_status
164
apl
= buf;
165
api = (void *)(
apl
+ 1);
167
for (i = 0; i <
apl
->apl_nports; i++) {
/src/sys/net/agr/
if_agr.c
458
struct agrportlist
apl
;
local in function:agr_getportlist
465
memset(&
apl
, 0, sizeof(
apl
));
468
if (bufleft < sizeof(
apl
)) {
471
apl
.apl_nports = sc->sc_nports;
472
error = copyout(&
apl
, cp, sizeof(
apl
));
476
cp += sizeof(
apl
);
478
bufleft -= sizeof(
apl
);
Completed in 13 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025