Home
last modified time | relevance | path

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

/freebsd/sbin/ifconfig/
H A Diflagg.c103 if (ioctl_ctx(ctx, SIOCSLAGGOPTS, &ro) != 0) in setlaggflowidshift()
118 if (ioctl_ctx(ctx, SIOCSLAGGOPTS, &ro) != 0) in setlaggrr_limit()
147 if (ioctl_ctx(ctx, SIOCSLAGGOPTS, &ro) != 0) in setlaggsetopt()
/freebsd/sys/net/
H A Dif_lagg.h186 #define SIOCSLAGGOPTS _IOW('i', 153, struct lagg_reqopts) macro
H A Dif_lagg.c1436 case SIOCSLAGGOPTS: in lagg_ioctl()