Home | History | Annotate | Download | only in ping

Lines Matching refs:SO_TIMESTAMP

506 #ifdef SO_TIMESTAMP
509 if (setsockopt(icmp_sock, SOL_SOCKET, SO_TIMESTAMP, &on, sizeof(on)))
510 fprintf(stderr, "Warning: no SO_TIMESTAMP support, falling back to SIOCGSTAMP\n");
679 #ifdef SO_TIMESTAMP
682 c->cmsg_type != SO_TIMESTAMP)