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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Din.h7 #define ARP 0x0806 macro
/illumos-gate/usr/src/man/man7p/
H A DMakefile45 ARP.7p \
56 ARP.7p := LINKSRC = arp.7p
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c121 #define ARP "arp" macro
152 { "drv", ARP },
337 * ARP-[ifname] combination, while the other consists of IP-[ifname].
387 /* get the flags and check if ARP is needed */
401 printf("strplumb: plink UDP-ARP-IP-%s failed: %d\n",
406 /* if ARP is not needed, we are done */
410 DBG2("UDP-ARP-IP-%s muxid: %d\n", rootfs.bo_ifname, ifr.ifr_ip_muxid);
416 * Plumb UDP-ARP-<dev>
426 if ((err = ldi_ioctl(lh, I_PUSH, (intptr_t)ARP, FKIOCTL, CRED(),
428 printf("strplumb: push ARP faile
[all...]

Completed in 62 milliseconds