search for: ill_local

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

Did you mean: i__local
2007 Dec 20
6
DTrace IP provider, step 1
...length */ string ip_saddr; /* source address */ string ip_daddr; /* destination address */ } ipinfo_t; /* * illinfo contains IP Lower Layer info. */ typedef struct illinfo { string ill_name; /* interface name */ int8_t ill_local; /* is local */ netstackid_t ill_ipstack; /* ipstack ID */ uintptr_t ill_addr; /* pointer to raw ill_t */ } illinfo_t; /* * ipv4info is a translated version of the IPv4 header (with raw pointer). */ typedef struct ipv4info { uint8_t ipv4_ve...