Symbol: ifbrparam
sbin/ifconfig/brconfig.c
1216
struct ifbrparam bp;
sbin/ifconfig/brconfig.c
1256
struct ifbrparam bp1, bp2;
sbin/ifconfig/brconfig.c
462
struct ifbrparam bp;
sbin/ifconfig/brconfig.c
477
struct ifbrparam bp;
sbin/ifconfig/brconfig.c
492
struct ifbrparam bp;
sbin/ifconfig/brconfig.c
804
struct ifbrparam bp;
sbin/ifconfig/brconfig.c
824
struct ifbrparam bp;
sbin/ifconfig/brconfig.c
840
struct ifbrparam bp;
sbin/ifconfig/brconfig.c
856
struct ifbrparam bp;
sys/net/bridgectl.c
69
struct ifbrparam *bparam = (struct ifbrparam *)data;
sys/net/bridgestp.c
2131
struct ifbrparam *ifbp = (struct ifbrparam *)data;
sys/net/if_bpe.c
303
struct ifbrparam *bparam = (struct ifbrparam *)data;
sys/net/if_etherbridge.c
747
etherbridge_set_max(struct etherbridge *eb, struct ifbrparam *bparam)
sys/net/if_etherbridge.c
760
etherbridge_get_max(struct etherbridge *eb, struct ifbrparam *bparam)
sys/net/if_etherbridge.c
768
etherbridge_set_tmo(struct etherbridge *eb, struct ifbrparam *bparam)
sys/net/if_etherbridge.c
781
etherbridge_get_tmo(struct etherbridge *eb, struct ifbrparam *bparam)
sys/net/if_etherbridge.h
103
int etherbridge_set_max(struct etherbridge *, struct ifbrparam *);
sys/net/if_etherbridge.h
104
int etherbridge_get_max(struct etherbridge *, struct ifbrparam *);
sys/net/if_etherbridge.h
105
int etherbridge_set_tmo(struct etherbridge *, struct ifbrparam *);
sys/net/if_etherbridge.h
106
int etherbridge_get_tmo(struct etherbridge *, struct ifbrparam *);
sys/net/if_gre.c
2624
struct ifbrparam *bparam = (struct ifbrparam *)data;
sys/net/if_veb.c
1458
struct ifbrparam *bparam = (struct ifbrparam *)data;
sys/net/if_vxlan.c
731
struct ifbrparam *bparam = (struct ifbrparam *)data;
sys/sys/sockio.h
107
#define SIOCBRDGGPRI _IOWR('i', 80, struct ifbrparam)/* get priority */
sys/sys/sockio.h
108
#define SIOCBRDGSPRI _IOW('i', 80, struct ifbrparam)/* set priority */
sys/sys/sockio.h
109
#define SIOCBRDGGHT _IOWR('i', 81, struct ifbrparam)/* get hello time */
sys/sys/sockio.h
110
#define SIOCBRDGSHT _IOW('i', 81, struct ifbrparam)/* set hello time */
sys/sys/sockio.h
111
#define SIOCBRDGGFD _IOWR('i', 82, struct ifbrparam)/* get forward delay */
sys/sys/sockio.h
112
#define SIOCBRDGSFD _IOW('i', 82, struct ifbrparam)/* set forward delay */
sys/sys/sockio.h
113
#define SIOCBRDGGMA _IOWR('i', 83, struct ifbrparam)/* get max age */
sys/sys/sockio.h
114
#define SIOCBRDGSMA _IOW('i', 83, struct ifbrparam)/* set max age */
sys/sys/sockio.h
120
#define SIOCBRDGSTXHC _IOW('i', 89, struct ifbrparam)/* set tx hold count */
sys/sys/sockio.h
121
#define SIOCBRDGSPROTO _IOW('i', 90, struct ifbrparam)/* set protocol */
sys/sys/sockio.h
85
#define SIOCBRDGSCACHE _IOW('i', 64, struct ifbrparam)/* set cache size */
sys/sys/sockio.h
86
#define SIOCBRDGGCACHE _IOWR('i', 65, struct ifbrparam)/* get cache size */
sys/sys/sockio.h
93
#define SIOCBRDGSTO _IOW('i', 69, struct ifbrparam)/* cache timeout */
sys/sys/sockio.h
94
#define SIOCBRDGGTO _IOWR('i', 70, struct ifbrparam)/* cache timeout */