Searched refs:arp_muxid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c934 int ip_muxid, arp_muxid; local
1064 arp_muxid = lifr.lifr_arp_muxid;
1072 if (arp_muxid != 0) {
1073 if (ioctl(mux_fd, I_PUNLINK, arp_muxid) < 0) {
1110 lifr.lifr_arp_muxid = arp_muxid;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c11140 int arp_muxid; local
11151 arp_muxid = ifr->ifr_arp_muxid;
11156 arp_muxid = lifr->lifr_arp_muxid;
11158 arl_set_muxid(ipif->ipif_ill, arp_muxid);
11167 int arp_muxid = 0; local
11174 arp_muxid = arl_get_muxid(ipif->ipif_ill);
11179 ifr->ifr_arp_muxid = arp_muxid;
11184 lifr->lifr_arp_muxid = arp_muxid;

Completed in 104 milliseconds