Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Diflagg.c110 if (ioctl(s, SIOCSLAGGOPTS, &ro) != 0) in setlaggflowidshift()
126 if (ioctl(s, SIOCSLAGGOPTS, &ro) != 0) in setlaggrr_limit()
156 if (ioctl(s, SIOCSLAGGOPTS, &ro) != 0) in setlaggsetopt()
/f-stack/freebsd/net/
H A Dif_lagg.h188 #define SIOCSLAGGOPTS _IOW('i', 153, struct lagg_reqopts) macro
H A Dif_lagg.c1402 case SIOCSLAGGOPTS: in lagg_ioctl()