Home
last modified time | relevance | path

Searched defs:ipadm_handle (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libipadm/common/
H A Dlibipadm_impl.h65 struct ipadm_handle { struct
66 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 */
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dmain.c57 ipadm_handle_t ipadm_handle = NULL; variable