HomeSort by: relevance | last modified time | path
    Searched refs:ifdrv (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/sys/
sockio.h 115 #define SIOCSDRVSPEC _IOW('i', 123, struct ifdrv) /* set driver-specific
117 #define SIOCGDRVSPEC _IOWR('i', 123, struct ifdrv) /* get driver-specific
136 #define SIOCGLINKSTR _IOWR('i', 135, struct ifdrv)
137 #define SIOCSLINKSTR _IOW('i', 136, struct ifdrv)
  /src/sbin/ifconfig/
ifconfig.c 1277 struct ifdrv ifdrv; local in function:status
1345 estrlcpy(ifdrv.ifd_name, ifname, sizeof(ifdrv.ifd_name));
1346 ifdrv.ifd_cmd = IFLINKSTR_QUERYLEN;
1347 ifdrv.ifd_len = 0;
1348 ifdrv.ifd_data = NULL;
1350 if (prog_ioctl(s, SIOCGLINKSTR, &ifdrv) != -1) {
1353 p = malloc(ifdrv.ifd_len);
1356 ifdrv.ifd_data = p
1442 struct ifdrv ifdrv; local in function:setlinkstr
1474 struct ifdrv ifdrv; local in function:unsetlinkstr
    [all...]
  /src/sys/netcan/
can.c 104 can_get_netlink(struct ifnet *ifp, struct ifdrv *ifd)
129 can_set_netlink(struct ifnet *ifp, struct ifdrv *ifd)
187 return can_get_netlink(ifp, (struct ifdrv *) data);
189 return can_set_netlink(ifp, (struct ifdrv *) data);
  /src/usr.sbin/wgconfig/
wgconfig.c 209 struct ifdrv ifd;
394 struct ifdrv ifd;
  /src/sys/rump/net/lib/libvirtif/
if_virt.c 200 struct ifdrv *ifd;
  /src/sbin/canconfig/
canconfig.c 429 struct ifdrv ifd;
  /src/sys/compat/netbsd32/
netbsd32_ioctl.c 255 netbsd32_to_ifdrv(struct netbsd32_ifdrv *s32p, struct ifdrv *p, u_long cmd)
815 netbsd32_from_ifdrv(struct ifdrv *p, struct netbsd32_ifdrv *s32p, u_long cmd)
1594 IOCTL_STRUCT_CONV_TO(SIOCSDRVSPEC, ifdrv);
1596 IOCTL_STRUCT_CONV_TO(SIOCGDRVSPEC, ifdrv);
  /src/sys/net/
if_wg.c 825 static int wg_ioctl_linkstr(struct wg_softc *, struct ifdrv *);
4835 wg_alloc_prop_buf(char **_buf, struct ifdrv *ifd)
4859 wg_ioctl_set_private_key(struct wg_softc *wg, struct ifdrv *ifd)
4897 wg_ioctl_set_listen_port(struct wg_softc *wg, struct ifdrv *ifd)
4922 wg_ioctl_add_peer(struct wg_softc *wg, struct ifdrv *ifd)
4972 wg_ioctl_delete_peer(struct wg_softc *wg, struct ifdrv *ifd)
5010 wg_ioctl_get(struct wg_softc *wg, struct ifdrv *ifd)
5188 struct ifdrv *ifd = data;
5423 wg_ioctl_linkstr(struct wg_softc *wg, struct ifdrv *ifd)
if.h 927 struct ifdrv { struct
if_bridge.c 525 struct ifdrv *ifd = (struct ifdrv *) data;
  /src/sys/arch/mips/adm5120/dev/
if_admsw.c 733 struct ifdrv *ifd;
749 ifd = (struct ifdrv *) data;
  /src/sys/arch/mips/ralink/
ralink_eth.c 1346 struct ifdrv * const ifd = (struct ifdrv *) data;
  /src/sbin/brconfig/
brconfig.c 513 struct ifdrv ifd;
  /src/sys/rump/net/lib/libshmif/
if_shmem.c 485 struct ifdrv *ifd;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 665 unsigned struct_ifdrv_sz = sizeof(ifdrv);

Completed in 32 milliseconds