Lines Matching defs:ipnet
152 typedef struct ipnet { struct
153 queue_t *ipnet_rq; /* read queue pointer */ argument
154 minor_t ipnet_minor; /* minor number for this instance */ argument
155 ipnetif_t *ipnet_if; /* ipnetif for this open instance */ argument
156 zoneid_t ipnet_zoneid; /* zoneid the device was opened in */ argument
157 uint_t ipnet_flags; /* see below */ argument
158 t_scalar_t ipnet_family; /* protocol family of this instance */ argument
159 t_uscalar_t ipnet_dlstate; /* dlpi state */ argument
160 list_node_t ipnet_next; /* list next member */ argument
161 netstack_t *ipnet_ns; /* netstack of zone we were opened in */ argument
162 ipnet_acceptfn_t *ipnet_acceptfn; /* accept callback function pointer */ argument
163 hook_t *ipnet_hook; /* hook token to unregister */ argument
164 void *ipnet_data; /* value to pass back to bpf_itap */ argument