HomeSort by: relevance | last modified time | path
    Searched defs:ifbrparam (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_bridge.c 339 [BRDGSCACHE] = {bridge_ioctl_scache, sizeof(struct ifbrparam), BC_F_COPYIN|BC_F_SUSER},
340 [BRDGGCACHE] = {bridge_ioctl_gcache, sizeof(struct ifbrparam), BC_F_COPYOUT},
347 [BRDGSTO] = {bridge_ioctl_sto, sizeof(struct ifbrparam), BC_F_COPYIN|BC_F_SUSER},
348 [BRDGGTO] = {bridge_ioctl_gto, sizeof(struct ifbrparam), BC_F_COPYOUT},
354 [BRDGGPRI] = {bridge_ioctl_gpri, sizeof(struct ifbrparam), BC_F_COPYOUT},
355 [BRDGSPRI] = {bridge_ioctl_spri, sizeof(struct ifbrparam), BC_F_COPYIN|BC_F_SUSER},
357 [BRDGGHT] = {bridge_ioctl_ght, sizeof(struct ifbrparam), BC_F_COPYOUT},
358 [BRDGSHT] = {bridge_ioctl_sht, sizeof(struct ifbrparam), BC_F_COPYIN|BC_F_SUSER},
360 [BRDGGFD] = {bridge_ioctl_gfd, sizeof(struct ifbrparam), BC_F_COPYOUT},
361 [BRDGSFD] = {bridge_ioctl_sfd, sizeof(struct ifbrparam), BC_F_COPYIN|BC_F_SUSER}
523 struct ifbrparam ifbrparam; member in union:bridge_ioctl::__anon5efbbb7d010a
    [all...]
if_bridgevar.h 91 #define BRDGSCACHE 4 /* set cache size (ifbrparam) */
92 #define BRDGGCACHE 5 /* get cache size (ifbrparam) */
96 #define BRDGSTO 9 /* set cache timeout (ifbrparam) */
97 #define BRDGGTO 10 /* get cache timeout (ifbrparam) */
101 #define BRDGGPRI 13 /* get priority (ifbrparam) */
102 #define BRDGSPRI 14 /* set priority (ifbrparam) */
103 #define BRDGGHT 15 /* get hello time (ifbrparam) */
104 #define BRDGSHT 16 /* set hello time (ifbrparam) */
105 #define BRDGGFD 17 /* get forward delay (ifbrparam) */
106 #define BRDGSFD 18 /* set forward delay (ifbrparam) */
197 struct ifbrparam { struct
    [all...]

Completed in 62 milliseconds