search for: ipv6info

Displaying 1 result from an estimated 1 matches for "ipv6info".

Did you mean: ipv4info
2007 Dec 20
6
DTrace IP provider, step 1
...he ''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 stack. The arguments contain: /* * pktinfo is where packet ID info can be made available for deeper * analysis i...