summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/inet-embedded.stp
blob: 94b6fcdacdb7df3e27c382ea4b037d220561f1dc (plain)
1
2
3
4
5
6
#! stap -p4
#
probe begin {
	print (ntohll(0xfedcba9876543210) + ntohl(0xdeadbeef) + ntohs(0xd00d) +
	       htonll(0x0123456789abcdef) + htonl(0xff0000ff) + htons(0xabcd))
}