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

1 2

  /src/external/bsd/ipf/dist/ipsend/
larp.c 54 * ARP for the MAC address corresponding
58 int arp(ip, ether) function
79 perror("arp: socket");
larp.c 54 * ARP for the MAC address corresponding
58 int arp(ip, ether) function
79 perror("arp: socket");
larp.c 54 * ARP for the MAC address corresponding
58 int arp(ip, ether) function
79 perror("arp: socket");
44arp.c 1 /* $NetBSD: 44arp.c,v 1.2 2016/04/04 07:37:07 ozaki-r Exp $ */
4 * Based upon 4.4BSD's /usr/sbin/arp
65 int arp(addr, eaddr) function
arp.c 1 /* $NetBSD: arp.c,v 1.2 2012/07/22 14:27:35 darrenr Exp $ */
4 * arp.c (C) 1995-1998 Darren Reed
9 static const char sccsid[] = "@(#)arp.c 1.4 1/11/96 (C)1995 Darren Reed";
10 static const char rcsid[] = "@(#)Id: arp.c,v 1.1.1.2 2012/07/22 13:44:35 darrenr Exp $";
63 * ARP for the MAC address corresponding
67 int arp(ip, ether) function
104 perror("arp: socket");
44arp.c 1 /* $NetBSD: 44arp.c,v 1.2 2016/04/04 07:37:07 ozaki-r Exp $ */
4 * Based upon 4.4BSD's /usr/sbin/arp
65 int arp(addr, eaddr) function
arp.c 1 /* $NetBSD: arp.c,v 1.2 2012/07/22 14:27:35 darrenr Exp $ */
4 * arp.c (C) 1995-1998 Darren Reed
9 static const char sccsid[] = "@(#)arp.c 1.4 1/11/96 (C)1995 Darren Reed";
10 static const char rcsid[] = "@(#)Id: arp.c,v 1.1.1.2 2012/07/22 13:44:35 darrenr Exp $";
63 * ARP for the MAC address corresponding
67 int arp(ip, ether) function
104 perror("arp: socket");
44arp.c 1 /* $NetBSD: 44arp.c,v 1.2 2016/04/04 07:37:07 ozaki-r Exp $ */
4 * Based upon 4.4BSD's /usr/sbin/arp
65 int arp(addr, eaddr) function
arp.c 1 /* $NetBSD: arp.c,v 1.2 2012/07/22 14:27:35 darrenr Exp $ */
4 * arp.c (C) 1995-1998 Darren Reed
9 static const char sccsid[] = "@(#)arp.c 1.4 1/11/96 (C)1995 Darren Reed";
10 static const char rcsid[] = "@(#)Id: arp.c,v 1.1.1.2 2012/07/22 13:44:35 darrenr Exp $";
63 * ARP for the MAC address corresponding
67 int arp(ip, ether) function
104 perror("arp: socket");
  /src/external/bsd/dhcpcd/dist/src/
ipv4ll.h 41 #include "arp.h"
52 struct arp_state *arp; member in struct:ipv4ll_state
ipv4ll.h 41 #include "arp.h"
52 struct arp_state *arp; member in struct:ipv4ll_state
ipv4ll.h 41 #include "arp.h"
52 struct arp_state *arp; member in struct:ipv4ll_state
  /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:__anon6938::__anon6939
94 u_char pad[18]; /* 60 - sizeof(arp) */
100 struct ether_arp arp; member in struct:__anon6940::__anon6941
119 ap = &wbuf.data.arp;
136 ap = &rbuf.data.arp;
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:__anon6938::__anon6939
94 u_char pad[18]; /* 60 - sizeof(arp) */
100 struct ether_arp arp; member in struct:__anon6940::__anon6941
119 ap = &wbuf.data.arp;
136 ap = &rbuf.data.arp;
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:__anon6938::__anon6939
94 u_char pad[18]; /* 60 - sizeof(arp) */
100 struct ether_arp arp; member in struct:__anon6940::__anon6941
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:__anon6903::__anon6904
114 struct ether_arp arp; member in struct:__anon6905::__anon6906
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
    [all...]
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:__anon6903::__anon6904
114 struct ether_arp arp; member in struct:__anon6905::__anon6906
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
    [all...]
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:__anon6903::__anon6904
114 struct ether_arp arp; member in struct:__anon6905::__anon6906
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
    [all...]
  /src/external/bsd/ipf/dist/iplang/
iplang.h 24 typedef struct arp { struct
27 struct arp *arp_next;
iplang.h 24 typedef struct arp { struct
27 struct arp *arp_next;
iplang.h 24 typedef struct arp { struct
27 struct arp *arp_next;
iplang_y.y 220 | arp
262 arp: arphdr '{' arpbody '}' ';' label
iplang_y.y 220 | arp
262 arp: arphdr '{' arpbody '}' ';' label
iplang_y.y 220 | arp
262 arp: arphdr '{' arpbody '}' ';' label
  /src/crypto/external/bsd/heimdal/dist/lib/base/
heimbase.c 567 struct ar_tls *arp; local
574 arp = HEIMDAL_getspecific(ar_key);
575 if (arp == NULL) {
577 arp = calloc(1, sizeof(*arp));
578 if (arp == NULL)
580 HEIMDAL_setspecific(ar_key, arp, ret);
582 free(arp);
586 return arp;

Completed in 159 milliseconds

1 2