Searched defs:laggr_lport (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c715 int laggr_lport; /* -1 indicates the aggr itself */ member in struct:laggr_args_s
2993 boolean_t is_port = (l->laggr_lport >= 0);
3000 portp = &(l->laggr_ginfop->lg_ports[l->laggr_lport]);
3064 largs.laggr_lport = -1;
3076 largs.laggr_lport = i;
3092 boolean_t is_port = (l->laggr_lport >= 0);
3099 portnum = l->laggr_lport;
3163 largs.laggr_lport = i;
3179 boolean_t is_port = (l->laggr_lport >= 0);
3188 portnum = l->laggr_lport;
[all...]

Completed in 84 milliseconds