HomeSort by: relevance | last modified time | path
    Searched defs:arp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libsa/
rarp.c 39 * @(#) Header: arp.c,v 1.5 93/07/15 05:52:26 leres Exp (LBL)
93 struct ether_arp arp; member in struct:rarp_getipaddress::__anon7328e7c10108::__anon7328e7c10208
94 u_char pad[18]; /* 60 - sizeof(arp) */
100 struct ether_arp arp; member in struct:rarp_getipaddress::__anon7328e7c10308::__anon7328e7c10408
119 ap = &wbuf.data.arp;
136 ap = &rbuf.data.arp;
arp.c 1 /* $NetBSD: arp.c,v 1.35 2019/03/31 20:08:45 christos Exp $ */
39 * @(#) Header: arp.c,v 1.5 93/07/15 05:52:26 leres Exp (LBL)
81 #define ARP_NUM 8 /* need at most 3 arp entries */
96 /* Broadcast an ARP packet, asking who has addr on interface d */
107 struct ether_arp arp; member in struct:arpwhohas::__anon76b014af0108::__anon76b014af0208
114 struct ether_arp arp; member in struct:arpwhohas::__anon76b014af0308::__anon76b014af0408
136 ah = &wbuf.data.arp;
158 ah = &rbuf.data.arp;
213 printf("not arp type=%d\n", etype);
245 printf("not ARP reply\n")
277 struct ether_arp *arp = pkt; local in function:arp_reply
    [all...]

Completed in 13 milliseconds