Lines Matching refs:SO_TIMESTAMPING
9 * Outgoing packets are time stamped with SO_TIMESTAMPING with or
12 * Incoming packets are time stamped with SO_TIMESTAMPING with or
37 #ifndef SO_TIMESTAMPING
38 # define SO_TIMESTAMPING 37
39 # define SCM_TIMESTAMPING SO_TIMESTAMPING
177 case SO_TIMESTAMPING: {
180 printf("SO_TIMESTAMPING ");
427 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING,
430 bail("setsockopt SO_TIMESTAMPING");
450 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &val, &len) < 0) {
451 printf("%s: %s\n", "getsockopt SO_TIMESTAMPING",
454 printf("SO_TIMESTAMPING %d\n", val);