Home | History | Annotate | Download | only in qemu

Lines Matching refs:arp

84 #include <netinet/arp.h>
1363 /* Push arp module to if_fd */
1364 if (ioctl (if_fd, I_PUSH, "arp") < 0)
1365 syslog (LOG_ERR, "Can't push ARP module (2)");
1367 /* Push arp module to ip_fd */
1370 if (ioctl (ip_fd, I_PUSH, "arp") < 0)
1371 syslog (LOG_ERR, "Can't push ARP module (3)\n");
1377 /* Set ifname to arp */
1383 syslog (LOG_ERR, "Can't set ifname to arp\n");
1392 syslog (LOG_ERR, "Can't link TAP device to ARP");