Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_lagg.h155 #define SIOCSLAGG _IOW('i', 144, struct lagg_reqall) macro
H A Dif_lagg.c1356 case SIOCSLAGG: in lagg_ioctl()
/f-stack/tools/ifconfig/
H A Diflagg.c94 if (ioctl(s, SIOCSLAGG, &ra) != 0) in setlaggproto()