HomeSort by: relevance | last modified time | path
    Searched refs:SIOCSLAGG (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/lagg/
if_lagg.h 191 #define SIOCSLAGG SIOCSIFGENERIC
if_lagg.c 690 case SIOCSLAGG:
  /src/sbin/ifconfig/
lagg.c 387 if (indirect_ioctl(env, SIOCSLAGG, &req) == -1)
438 rv = indirect_ioctl(env, SIOCSLAGG, req);
501 if (indirect_ioctl(env, SIOCSLAGG, &req_del) == -1) {
512 if (indirect_ioctl(env, SIOCSLAGG, &req_add) == -1) {
552 if (indirect_ioctl(env, SIOCSLAGG, &req) == -1) {
587 if (indirect_ioctl(env, SIOCSLAGG, &req_del) == -1) {
598 if (indirect_ioctl(env, SIOCSLAGG, &req_add) == -1) {

Completed in 14 milliseconds