Searched refs:lagg (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/hyperv/tools/scripts/
H A Dhyperv_vfup39 lagg=lagg$hn_unit
41 ifconfig $lagg > /dev/null 2>&1
47 ifconfig $lagg create > /dev/null 2>&1
50 echo "$lagg creation failed"
57 ifconfig $lagg laggproto failover laggport $hn laggport $vf
58 ifconfig $lagg inet6 no_dad
95 ifconfig $lagg up
98 dhclient $lagg
100 dhclient -b $lagg
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c745 dtrace_aggdesc_t *lagg = lh->dtahe_data.dtada_desc; local
748 if (lagg->dtagd_nrecs < ragg->dtagd_nrecs)
751 if (lagg->dtagd_nrecs > ragg->dtagd_nrecs)
781 dtrace_aggdesc_t *lagg = lh->dtahe_data.dtada_desc; local
790 nrecs = lagg->dtagd_nrecs - 1;
802 lrec = &lagg->dtagd_rec[ndx];
892 dtrace_aggdesc_t *lagg = lh->dtahe_data.dtada_desc; local
900 assert(lagg->dtagd_nrecs == ragg->dtagd_nrecs);
902 lrec = &lagg->dtagd_rec[lagg
[all...]
/freebsd-10-stable/share/man/man4/
H A DMakefile236 lagg.4 \
659 MLINKS+=lagg.4 trunk.4
660 MLINKS+=lagg.4 if_lagg.4
/freebsd-10-stable/sys/net/
H A Dif_lagg.c75 /* Special flags we should propagate to the lagg ports. */
100 static const char laggname[] = "lagg";
169 /* lagg protocol table */
183 SYSCTL_NODE(_net_link, OID_AUTO, lagg, CTLFLAG_RW, 0,
191 "Accept input from any interface in a failover lagg");
402 /* Shutdown and remove lagg ports */
445 * Set the link layer address on the lagg interface.
474 /* Get capabilities from the lagg ports */
593 /* Limit the maximal number of lagg ports */
597 /* Check if port has already been associated to a lagg */
[all...]

Completed in 67 milliseconds