Searched defs:ipadm_handle (Results 1 – 2 of 2) sorted by relevance
55 struct ipadm_handle { struct56 int iph_sock; /* socket to interface */57 int iph_sock6; /* socket to interface */58 int iph_door_fd; /* door descriptor to ipmgmtd */59 int iph_rtsock; /* routing socket */60 dladm_handle_t iph_dlh; /* handle to libdladm library */61 uint32_t iph_flags; /* internal flags */62 pthread_mutex_t iph_lock; /* lock to set door_fd */63 zoneid_t iph_zoneid; /* zoneid where handle was opened */
57 ipadm_handle_t ipadm_handle = NULL; variable