Home
last modified time | relevance | path

Searched refs:ifdrv (Results 1 – 20 of 20) sorted by relevance

/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_sys.c136 struct ifdrv ifd; in bridge_get_conf_param()
223 struct ifdrv ifd; in bridge_get_op_param()
282 struct ifdrv ifd; in bridge_set_priority()
325 struct ifdrv ifd; in bridge_set_maxage()
347 struct ifdrv ifd; in bridge_set_hello_time()
369 struct ifdrv ifd; in bridge_set_forward_delay()
391 struct ifdrv ifd; in bridge_set_aging_time()
413 struct ifdrv ifd; in bridge_set_max_cache()
435 struct ifdrv ifd; in bridge_set_tx_hold_count()
460 struct ifdrv ifd; in bridge_set_stp_version()
[all …]
/freebsd/sys/sys/
H A Dsockio.h122 #define SIOCSDRVSPEC _IOW('i', 123, struct ifdrv) /* set driver-specific
124 #define SIOCGDRVSPEC _IOWR('i', 123, struct ifdrv) /* get driver-specific
/freebsd/sbin/ifconfig/
H A Difstf.c57 struct ifdrv ifd = {}; in do_cmd()
H A Difvxlan.c75 struct ifdrv ifd = {}; in do_cmd()
H A Difbridge.c85 struct ifdrv ifd = {}; in do_cmd()
/freebsd/tests/sys/net/if_ovpn/
H A Dif_ovpn_c.c85 struct ifdrv drv; in ATF_TC_BODY()
/freebsd/lib/libifconfig/
H A Dlibifconfig_bridge.c52 struct ifdrv ifd = { 0 }; in ifconfig_bridge_ioctlwrap()
/freebsd/sys/net/
H A Dif_stf.c940 struct ifdrv *ifd; in stf_ioctl()
952 ifd = (struct ifdrv *)data; in stf_ioctl()
992 ifd = (struct ifdrv *)data; in stf_ioctl()
H A Dif_ovpn.c1136 ovpn_ioctl_set(struct ifnet *ifp, struct ifdrv *ifd) in ovpn_ioctl_set()
1382 ovpn_ioctl_get(struct ifnet *ifp, struct ifdrv *ifd) in ovpn_ioctl_get()
1437 struct ifdrv *ifd; in ovpn_ioctl()
1453 ifd = (struct ifdrv *)data; in ovpn_ioctl()
1457 ifd = (struct ifdrv *)data; in ovpn_ioctl()
H A Dif.h533 struct ifdrv { struct
H A Dif_vxlan.c350 struct ifdrv *, int);
2303 vxlan_ioctl_drvspec(struct vxlan_softc *sc, struct ifdrv *ifd, int get) in vxlan_ioctl_drvspec()
2357 struct ifdrv *ifd; in vxlan_ioctl()
2362 ifd = (struct ifdrv *) data; in vxlan_ioctl()
H A Dif_bridge.c897 struct ifdrv *ifd = (struct ifdrv *) data; in bridge_ioctl()
H A Dif.c2911 struct ifdrv ifd; in ifioctl()
2958 cmd = _IOC_NEWTYPE(cmd, struct ifdrv); in ifioctl()
/freebsd/sys/dev/ice/
H A Dice_lib.h1015 int ice_handle_nvm_access_ioctl(struct ice_softc *sc, struct ifdrv *ifd);
1025 int ice_handle_debug_dump_ioctl(struct ice_softc *sc, struct ifdrv *ifd);
H A Dif_ice_iflib.c3192 struct ifdrv *ifd; in ice_if_priv_ioctl()
3224 ifd = (struct ifdrv *)data; in ice_if_priv_ioctl()
H A Dice_lib.c10045 * @ifd: ifdrv ioctl request pointer
10048 ice_handle_nvm_access_ioctl(struct ice_softc *sc, struct ifdrv *ifd)
10076 device_printf(dev, "%s: ifdrv length is too small. Got %zu, but expected %zu\n", in ice_sysctl_read_i2c_diag_data()
11702 * @ifd: ifdrv ioctl request pointer
11705 ice_handle_debug_dump_ioctl(struct ice_softc *sc, struct ifdrv *ifd)
11739 "%s: ifdrv length is too small. Got %zu, but expected %zu\n",
/freebsd/sys/dev/ixl/
H A Dixl_pf.h370 int ixl_handle_nvmupd_cmd(struct ixl_pf *, struct ifdrv *);
H A Dif_ixl.c1831 struct ifdrv *ifd = (struct ifdrv *)data; in ixl_if_priv_ioctl()
H A Dixl_pf_main.c3090 ixl_handle_nvmupd_cmd(struct ixl_pf *pf, struct ifdrv *ifd) in ixl_handle_nvmupd_cmd()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp827 unsigned struct_ifdrv_sz = sizeof(ifdrv);