Displaying 1 result from an estimated 1 matches for "ipinfo_t".
2007 Dec 20
6
DTrace IP provider, step 1
...uite of planned providers for the network stack.
B. DESCRIPTION
This will introduce the following probes for the ''ip'' provider:
	ip:::send
	ip:::receive
The arguments to these probes are:
	args[0]		pktinfo_t *		packet info
	args[1]		csinfo_t *		connection state info
	args[2]		ipinfo_t *		generic IP info
	args[3]		illinfo_t *		interface info
	args[4]		ipv4info_t *		IPv4 header
	args[5]		ipv6info_t *		IPv6 header
The order and content has been chosen for consistency with other planned
network providers, and to also leave room to accommodate future
enhancements to the network stac...