Home
last modified time | relevance | path

Searched refs:SIOCSLAGG (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/
H A Dif_lagg.h153 #define SIOCSLAGG _IOW('i', 144, struct lagg_reqall) macro
H A Dif_lagg.c1385 case SIOCSLAGG: in lagg_ioctl()
/freebsd/sbin/ifconfig/
H A Diflagg.c88 if (ioctl_ctx(ctx, SIOCSLAGG, &ra) != 0) in setlaggproto()