/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | socket.h | 65 #define SO_TIMESTAMPING 37 macro 66 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | socket.h | 69 #define SO_TIMESTAMPING 37 macro 70 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | socket.h | 79 #define SO_TIMESTAMPING 37 macro 80 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
/linux-4.1.27/arch/avr32/include/uapi/asm/ |
D | socket.h | 58 #define SO_TIMESTAMPING 37 macro 59 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | socket.h | 64 #define SO_TIMESTAMPING 37 macro 65 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | socket.h | 60 #define SO_TIMESTAMPING 37 macro 61 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | socket.h | 57 #define SO_TIMESTAMPING 0x0023 macro 58 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
/linux-4.1.27/arch/m32r/include/uapi/asm/ |
D | socket.h | 58 #define SO_TIMESTAMPING 37 macro 59 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
/linux-4.1.27/arch/mn10300/include/uapi/asm/ |
D | socket.h | 58 #define SO_TIMESTAMPING 37 macro 59 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | socket.h | 60 #define SO_TIMESTAMPING 0x4020 macro 61 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
/linux-4.1.27/arch/frv/include/uapi/asm/ |
D | socket.h | 58 #define SO_TIMESTAMPING 37 macro 59 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
/linux-4.1.27/arch/cris/include/uapi/asm/ |
D | socket.h | 60 #define SO_TIMESTAMPING 37 macro 61 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | socket.h | 68 #define SO_TIMESTAMPING 37 macro 69 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
D | socket.h | 67 #define SO_TIMESTAMPING 37 macro 68 #define SCM_TIMESTAMPING SO_TIMESTAMPING
|
/linux-4.1.27/Documentation/networking/timestamping/ |
D | timestamping.c | 48 #ifndef SO_TIMESTAMPING 49 # define SO_TIMESTAMPING 37 macro 50 # define SCM_TIMESTAMPING SO_TIMESTAMPING 196 case SO_TIMESTAMPING: { in printpacket() 440 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, in main() 463 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &val, &len) < 0) { in main()
|
D | txtimestamp.c | 328 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in do_test()
|
/linux-4.1.27/drivers/ptp/ |
D | Kconfig | 37 using the SO_TIMESTAMPING API. 51 using the SO_TIMESTAMPING API. 70 using the SO_TIMESTAMPING API. 88 SO_TIMESTAMPING API.
|
/linux-4.1.27/Documentation/networking/ |
D | timestamping.txt | 19 * SO_TIMESTAMPING 42 1.3 SO_TIMESTAMPING: 47 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, (void *) val, &val); 188 The SO_TIMESTAMPING interface supports timestamping of bytes in a
|
D | packet_mmap.txt | 1018 PACKET_TIMESTAMP accepts the same integer bit field as SO_TIMESTAMPING:
|
/linux-4.1.27/Documentation/ptp/ |
D | ptp.txt | 5 Linux. Together with the SO_TIMESTAMPING socket options, this
|
/linux-4.1.27/net/core/ |
D | sock.c | 854 case SO_TIMESTAMPING: in sock_setsockopt() 1115 case SO_TIMESTAMPING: in sock_getsockopt()
|