OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:del_lacp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/ifconfig/
lagg.c
454
struct laggreq_lacp *add_lacp, *
del_lacp
;
local in function:setlagglacp
463
del_lacp
= &req_del.lrq_reqproto.rp_lacp;
466
del_lacp
->command = LAGGIOC_LACPCLRFLAGS;
472
del_lacp
->flags |= LAGGREQLACP_DUMPDU;
480
del_lacp
->flags |= LAGGREQLACP_STOPDU;
488
del_lacp
->flags |= LAGGREQLACP_OPTIMISTIC;
496
del_lacp
->flags |= LAGGREQLACP_MULTILS;
500
if (
del_lacp
->flags != 0) {
505
del_lacp
->command);
lagg.c
454
struct laggreq_lacp *add_lacp, *
del_lacp
;
local in function:setlagglacp
463
del_lacp
= &req_del.lrq_reqproto.rp_lacp;
466
del_lacp
->command = LAGGIOC_LACPCLRFLAGS;
472
del_lacp
->flags |= LAGGREQLACP_DUMPDU;
480
del_lacp
->flags |= LAGGREQLACP_STOPDU;
488
del_lacp
->flags |= LAGGREQLACP_OPTIMISTIC;
496
del_lacp
->flags |= LAGGREQLACP_MULTILS;
500
if (
del_lacp
->flags != 0) {
505
del_lacp
->command);
Completed in 21 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025