Home
last modified time | relevance | path

Searched refs:nca_ioctl (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c339 struct nca_set_ioctl nca_ioctl; in nca_set_nif() local
346 strioc.ic_len = sizeof (nca_ioctl); in nca_set_nif()
347 strioc.ic_dp = (char *)&nca_ioctl; in nca_set_nif()
349 nca_ioctl.local_addr = local_addr.s_addr; in nca_set_nif()
350 dst = nca_ioctl.router_ether_addr; in nca_set_nif()
353 nca_ioctl.action = ADD_DEF_ROUTE; in nca_set_nif()
1084 struct nca_set_ioctl nca_ioctl; in nca_del_nif() local
1114 strioc.ic_len = sizeof (nca_ioctl); in nca_del_nif()
1115 strioc.ic_dp = (char *)&nca_ioctl; in nca_del_nif()
1117 nca_ioctl.local_addr = 0; in nca_del_nif()
[all …]