Searched refs:ipadm_handle (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncu_ip.c | 380 if ((ipstatus = ipadm_addr_info(ipadm_handle, ncu->ncu_name, &addrinfo, in nwamd_dhcp_managing() 565 if ((ipstatus = ipadm_addr_info(ipadm_handle, ncu->ncu_name, &ainfo, in stateless_running() 597 ipstatus = ipadm_addr_info(ipadm_handle, ifname, &addrinfo, 0, 0); in addrinfo_for_addr() 649 ipstatus = ipadm_addr_info(ipadm_handle, ifname, &addrinfo, 0, 0); in addrinfo_for_ipaddr() 710 if ((ipstatus = ipadm_create_addr(ipadm_handle, nifa->ipaddr, in add_ip_address() 1217 if ((ipstatus = ipadm_delete_addr(ipadm_handle, aobjname, in nwamd_down_interface() 1240 if (ipadm_addr_info(ipadm_handle, ifname, &ainfo, 0, 0) in dhcp_release() 1264 ipstatus = ipadm_create_if(ipadm_handle, ifname, af, in nwamd_plumb_unplumb_interface() 1270 ipstatus = ipadm_delete_if(ipadm_handle, ifname, af, in nwamd_plumb_unplumb_interface() 1363 ipstatus = ipadm_refresh_addr(ipadm_handle, aobjname, in start_dhcp_thread() [all …]
|
H A D | main.c | 57 ipadm_handle_t ipadm_handle = NULL; variable 378 irc = ipadm_open(&ipadm_handle, 0); in main() 470 ipadm_close(ipadm_handle); in main()
|
H A D | ncu.h | 177 extern ipadm_handle_t ipadm_handle;
|
/titanic_44/usr/src/lib/libipadm/common/ |
H A D | libipadm.h | 169 struct ipadm_handle; 170 typedef struct ipadm_handle *ipadm_handle_t;
|
H A D | libipadm_impl.h | 55 struct ipadm_handle { struct
|
H A D | libipadm.c | 195 if ((iph = calloc(1, sizeof (struct ipadm_handle))) == NULL) in ipadm_open()
|