Searched defs:ipadm_handle (Results 1 – 2 of 2) sorted by relevance
65 struct ipadm_handle { struct66 int iph_sock; /* socket to interface */67 int iph_sock6; /* socket to interface */68 int iph_door_fd; /* door descriptor to ipmgmtd */69 int iph_rtsock; /* routing socket */70 dladm_handle_t iph_dlh; /* handle to libdladm library */71 uint32_t iph_flags; /* internal flags */72 pthread_mutex_t iph_lock; /* lock to set door_fd */73 zoneid_t iph_zoneid; /* zoneid where handle was opened */
57 ipadm_handle_t ipadm_handle = NULL; variable