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

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c429 int arp_muxid; local
458 arp_muxid = lifr.lifr_arp_muxid;
469 if (arp_muxid != 0) {
470 if (ioctl(mux_fd, I_PUNLINK, arp_muxid) < 0) {
497 lifr.lifr_arp_muxid = arp_muxid;

Completed in 26 milliseconds