summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/inet_sock-embedded.stp
blob: 9598b31c67131b4a27de5783283d629735a42ab3 (plain)
1
2
3
4
5
6
7
#! stap -p4

probe begin {
	print (inet_get_local_port (0))
	print (inet_get_ip_source (0))
}