Searched refs:lagg_reqport (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/net/
H A Dif_lagg.h99 struct lagg_reqport { struct
110 #define SIOCGLAGGPORT _IOWR('i', 140, struct lagg_reqport)
111 #define SIOCSLAGGPORT _IOW('i', 141, struct lagg_reqport)
112 #define SIOCSLAGGDELPORT _IOW('i', 142, struct lagg_reqport)
120 struct lagg_reqport *ra_port; /* allocated buffer */
H A Dif_lagg.c117 static void lagg_port2req(struct lagg_port *, struct lagg_reqport *);
968 struct lagg_reqport *rp = (struct lagg_reqport *)data;
1127 lagg_port2req(struct lagg_port *lp, struct lagg_reqport *rp)
1214 struct lagg_reqport *rp = (struct lagg_reqport *)data, rpbuf;
1232 buflen = count * sizeof(struct lagg_reqport);
/freebsd-11.0-release/sbin/ifconfig/
H A Diflagg.c38 struct lagg_reqport rp;
52 struct lagg_reqport rp;
203 struct lagg_reqport rp, rpbuf[LAGG_MAX_PORTS];

Completed in 63 milliseconds