Home
last modified time | relevance | path

Searched refs:SIOCGSTAMP_OLD (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dsockios.h42 #define SIOCGSTAMP SIOCGSTAMP_OLD
46 SIOCGSTAMP_OLD : SIOCGSTAMP_NEW)
/openbmc/linux/include/uapi/asm-generic/
H A Dsockios.h11 #define SIOCGSTAMP_OLD 0x8906 /* Get stamp (timeval) */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dsockios.h24 #define SIOCGSTAMP_OLD 0x8906 /* Get stamp (timeval) */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dsockios.h29 #define SIOCGSTAMP_OLD 0x8906 /* Get stamp (timeval) */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dsockios.h14 #define SIOCGSTAMP_OLD 0x8906 /* Get stamp (timeval) */ macro
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch8 Instead it provides only SIOCGSTAMP_OLD.
11 SIOCGSTAMP_OLD or SIOCGSTAMP_NEW as appropriate. This linux only
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dsockios.h15 #define SIOCGSTAMP_OLD _IOR('s', 100, struct __kernel_old_timeval) /* Get stamp (timeval) */ macro
/openbmc/linux/net/
H A Dsocket.c1315 case SIOCGSTAMP_OLD: in sock_ioctl()
1322 cmd == SIOCGSTAMP_OLD, in sock_ioctl()
3436 case SIOCGSTAMP_OLD: in compat_sock_ioctl_trans()
3441 return ops->gettstamp(sock, argp, cmd == SIOCGSTAMP_OLD, in compat_sock_ioctl_trans()