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

  /src/sys/compat/linux32/common/
linux32_sockio.h 67 #define ifc_buf ifc_ifcu.ifcu_buf macro
  /src/sys/compat/linux/common/
linux_sockio.h 87 #define ifc_buf ifc_ifcu.ifcu_buf macro
  /src/tests/net/if/
ifconf.c 61 ifc.ifc_buf = NULL;
  /src/sys/compat/net/
if.h 95 #define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */ macro
  /src/usr.sbin/bootp/bootptest/
getether.c 144 ifc.ifc_buf = (caddr_t) ibuf;
  /src/sys/compat/netbsd32/
netbsd32_ioctl.c 183 /* ifc_buf & ifc_req are the same size so this works */
184 p->ifc_buf = (void *)NETBSD32PTR64(s32p->ifc_buf);
740 /* ifc_buf & ifc_req are the same size so this works */
741 NETBSD32PTR32(s32p->ifc_buf, p->ifc_buf);
netbsd32_ioctl.h 440 #define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */ macro
  /src/sys/net/
if.h 948 #define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */ macro

Completed in 19 milliseconds