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

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c430 int mux_fd = -1; local
448 ret = open_arp_on_udp(udp_dev_name, &mux_fd);
470 if (ioctl(mux_fd, I_PUNLINK, arp_muxid) < 0) {
490 if (ioctl(mux_fd, I_PUNLINK, ip_muxid) < 0) {
505 if (mux_fd != -1)
506 (void) close(mux_fd);
518 int mux_fd = -1, ip_fd, arp_fd; local
568 status = open_arp_on_udp(udp_dev_name, &mux_fd);
578 if ((ip_muxid = ioctl(mux_fd, I_PLINK, ip_fd)) == -1)
608 if ((ip_muxid = ioctl(mux_fd, I_PLIN
[all...]

Completed in 190 milliseconds