Home
last modified time | relevance | path

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

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