Searched refs:arp (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-current/usr.sbin/arp/
H A DMakefile4 PROG= arp
5 MAN= arp.4 arp.8
8 SRCS= arp.c
/freebsd-current/tools/test/stress2/misc/
H A Darp.sh30 # arp(8) seen waiting in "sbwait" (on non HEAD):
32 # 0 70090 68079 0 20 0 9872 2384 sbwait S+ u0 0:00.32 arp -da
38 while [ $((`date +%s` - start)) -lt 120 ]; do arp -da > /dev/null 2>&1; done &
45 n=`pgrep -f arp.sh | wc -l`
51 ps -l | grep -v grep | grep arp
52 pgrep arp | xargs procstat -k
53 while pkill arp; do :; done
/freebsd-current/contrib/netbsd-tests/net/arp/
H A Dt_arp.sh62 atf_set "descr" "Tests for arp_commands of arp(8)"
113 $DEBUG && rump.arp -n -a
123 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet.arp.keep=$keep
133 $DEBUG && rump.arp -n -a
134 atf_check -s exit:0 -o ignore rump.arp -n $IP4SRC
135 atf_check -s not-exit:0 -e ignore rump.arp -n $IP4DST
155 $DEBUG && rump.arp -n -a
156 atf_check -s exit:0 -o ignore rump.arp -n $IP4SRC
158 atf_check -s exit:0 -o ignore rump.arp -n $IP4DST
162 $DEBUG && rump.arp
[all...]
/freebsd-current/stand/libsa/
H A Darp.c1 /* $NetBSD: arp.c,v 1.18 1997/07/07 15:52:49 drochner Exp $ */
50 #define ARP_NUM 8 /* need at most 3 arp entries */
76 struct ether_arp arp; member in struct:__anon237::__anon238
98 ah = &wbuf.data.arp;
118 panic("arp: no response for %s",
128 printf("arp: response from %s\n",
130 printf("arp: cacheing %s --> %s\n",
185 printf("not arp type=%d\n", etype);
254 struct ether_arp *arp = pkt; local
256 if (arp
[all...]
H A Drarp.c66 struct ether_arp arp; member in struct:__anon248::__anon249
67 u_char pad[18]; /* 60 - sizeof(arp) */
85 ap = &wbuf.data.arp;
/freebsd-current/tools/bsdbox/
H A DMakefile.net7 CRUNCH_PROGS_usr.sbin+= arp
/freebsd-current/libexec/rc/rc.d/
H A Dstatic_arp51 arp -S ${arp_args} >/dev/null 2>&1
66 arp -d ${arp_args%%[ ]*} > /dev/null 2>&1
/freebsd-current/sbin/ipf/ipresend/
H A DMakefile4 SRCS= ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
/freebsd-current/tests/sys/netinet/
H A Darp.sh34 atf_set descr 'Test static arp record addition'
50 atf_check jexec ${jname} arp -s 198.51.100.2 90:10:00:01:02:03
52 atf_check -o match:"\? \(198.51.100.2\) at 90:10:00:01:02:03 on ${epair0}a permanent" jexec ${jname} arp -ni ${epair0}a 198.51.100.2
62 atf_set descr 'Test arp record deletion'
80 atf_check -o match:"198.51.100.2 \(198.51.100.2\) deleted" jexec ${jname} arp -nd 198.51.100.2
81 atf_check -s exit:1 -o match:"198.51.100.2 \(198.51.100.2\) -- no entry" jexec ${jname} arp -n 198.51.100.2
112 jexec ${jname} arp -an
155 jexec ${jname}a arp -n ${ipb}
163 jexec ${jname}a arp -n ${ipb}
174 atf_set descr 'Test arp
[all...]
H A DMakefile18 ATF_TESTS_SH= arp \
H A Dredirect.sh78 jexec ${jname} arp -s ${remote_rtr_ip} ${remote_rtr_mac}
/freebsd-current/sbin/ipf/iplang/
H A Diplang.h23 typedef struct arp { struct
26 struct arp *arp_next;
/freebsd-current/tests/sys/netpfil/pf/
H A Ddup.sh57 jexec alcatraz arp -s 198.51.100.3 00:01:02:03:04:05
58 jexec alcatraz arp -s 203.0.113.3 01:02:03:04:05:06
H A Dether.sh162 arp -d 192.0.2.2
196 arp -d 192.0.2.2
197 jexec alcatraz arp -d 192.0.2.1
203 mac=$(arp -an --libxo json \
204 | jq '."arp"."arp-cache"[] |
209 arp -d 192.0.2.2
210 jexec alcatraz arp -d 192.0.2.1
216 mac=$(arp -an --libxo json \
217 | jq '."arp"
[all...]
H A Dicmp.sh52 jexec alcatraz arp -s 198.51.100.3 00:01:02:03:04:05
/freebsd-current/crypto/heimdal/base/
H A Dheimbase.c413 struct ar_tls *arp; local
420 arp = HEIMDAL_getspecific(ar_key);
421 if (arp == NULL) {
423 arp = calloc(1, sizeof(*arp));
424 if (arp == NULL)
426 HEIMDAL_setspecific(ar_key, arp, ret);
428 free(arp);
432 return arp;
/freebsd-current/sbin/ipf/ipsend/
H A DMakefile12 SUNOS4=sock.o arp.o inet_addr.o
13 BSD=sock.o 44arp.o
17 SUNOS5=dlcommon.o sdlpi.o arp.o inet_addr.o
18 ULTRIX=ultrix.o sock.o arp.o inet_addr.o
19 HPUX=hpux.o sock.o arp.o inet_addr.o
H A Dipsend.h30 extern int arp(char *, char *);
H A Dresend.c91 if (gwip.s_addr && (arp((char *)&gwip, dhost) == -1))
93 perror("arp");
105 if (arp((char *)&gwip,
107 perror("arp");
/freebsd-current/tests/sys/netpfil/common/
H A Dforward.sh54 jexec iron arp -s 198.51.100.3 00:01:02:03:04:05
H A Dtos.sh54 jexec iron arp -s 198.51.100.3 00:01:02:03:04:05
/freebsd-current/libexec/rc/
H A Dpccard_ether107 ifexists $ifn && arp -d -i $ifn -a
/freebsd-current/usr.sbin/ppp/
H A DMakefile7 SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
/freebsd-current/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c824 ctf_add_array(ctf_file_t *fp, uint_t flag, const ctf_arinfo_t *arp) argument
830 if (arp == NULL)
834 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL &&
835 ctf_dtd_lookup(fp, arp->ctr_contents) == NULL)
839 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL &&
840 ctf_dtd_lookup(fp, arp->ctr_index) == NULL)
848 dtd->dtd_u.dtu_arr = *arp;
849 ctf_ref_inc(fp, arp->ctr_contents);
850 ctf_ref_inc(fp, arp->ctr_index);
856 ctf_set_array(ctf_file_t *fp, ctf_id_t type, const ctf_arinfo_t *arp) argument
[all...]
/freebsd-current/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c404 int arp; local
406 arp = is_arp(wh, *len);
408 if (arp)

Completed in 226 milliseconds

123