ifbreq           2136 net/bridgestp.c 	struct ifbreq *ifbr = (struct ifbreq *)data;
ifbreq            289 net/if_bridge.c 	struct ifbreq *req = (struct ifbreq *)data;
ifbreq            795 net/if_bridge.c 	struct ifbreq *breq = NULL;
ifbreq            808 net/if_bridge.c 	if ((breq = (struct ifbreq *)
ifbreq             43 net/if_bridge.h struct ifbreq {
ifbreq            110 net/if_bridge.h 		struct	ifbreq *ifbicu_req;
ifbreq             96 sys/sockio.h   #define	SIOCBRDGADD	 _IOW('i', 60, struct ifbreq)	/* add bridge ifs */
ifbreq             97 sys/sockio.h   #define	SIOCBRDGGSIFS	_IOWR('i', 60, struct ifbreq)	/* get span ifs */
ifbreq             98 sys/sockio.h   #define	SIOCBRDGDEL	 _IOW('i', 61, struct ifbreq)	/* del bridge ifs */
ifbreq             99 sys/sockio.h   #define	SIOCBRDGGIFFLGS	_IOWR('i', 62, struct ifbreq)	/* get brdg if flags */
ifbreq            100 sys/sockio.h   #define	SIOCBRDGSIFFLGS	 _IOW('i', 63, struct ifbreq)	/* set brdg if flags */
ifbreq            103 sys/sockio.h   #define	SIOCBRDGADDS	 _IOW('i', 65, struct ifbreq)	/* add span port */
ifbreq            104 sys/sockio.h   #define	SIOCBRDGIFS	_IOWR('i', 66, struct ifbreq)	/* get member ifs */
ifbreq            105 sys/sockio.h   #define	SIOCBRDGDELS	 _IOW('i', 66, struct ifbreq)	/* del span port */
ifbreq            111 sys/sockio.h   #define	SIOCBRDGFLUSH	 _IOW('i', 72, struct ifbreq)	/* flush addr cache */
ifbreq            124 sys/sockio.h   #define	SIOCBRDGSIFPRIO	 _IOW('i', 84, struct ifbreq)	/* set if priority */
ifbreq            125 sys/sockio.h   #define	SIOCBRDGSIFCOST  _IOW('i', 85, struct ifbreq)	/* set if cost */