Home
last modified time | relevance | path

Searched refs:arp (Results 1 – 25 of 56) sorted by relevance

123

/NextBSD/lib/libstand/
HDarp.c82 struct ether_arp arp; member
89 struct ether_arp arp; member
111 ah = &wbuf.data.arp;
134 ah = &rbuf.data.arp;
263 struct ether_arp *arp = pkt; local
265 if (arp->arp_hrd != htons(ARPHRD_ETHER) ||
266 arp->arp_pro != htons(ETHERTYPE_IP) ||
267 arp->arp_hln != sizeof(arp->arp_sha) ||
268 arp->arp_pln != sizeof(arp->arp_spa) )
277 if (arp->arp_op != htons(ARPOP_REQUEST)) {
[all …]
HDrarp.c71 struct ether_arp arp; member
78 struct ether_arp arp; member
97 ap = &wbuf.data.arp;
114 ap = &rbuf.data.arp;
/NextBSD/usr.sbin/arp/
HDMakefile4 PROG= arp
5 MAN= arp.4 arp.8
/NextBSD/crypto/heimdal/base/
HDheimbase.c413 struct ar_tls *arp; in autorel_tls() local
420 arp = HEIMDAL_getspecific(ar_key); in autorel_tls()
421 if (arp == NULL) { in autorel_tls()
423 arp = calloc(1, sizeof(*arp)); in autorel_tls()
424 if (arp == NULL) in autorel_tls()
426 HEIMDAL_setspecific(ar_key, arp, ret); in autorel_tls()
428 free(arp); in autorel_tls()
432 return arp; in autorel_tls()
/NextBSD/contrib/ipfilter/ipsend/
HDMakefile12 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
HDresend.c101 if (gwip.s_addr && (arp((char *)&gwip, dhost) == -1))
115 if (arp((char *)&gwip,
HDip.c72 else if (arp((char *)&gwip, (char *)A_A eh->ether_dhost) == -1)
117 else if (arp((char *)&gwip, (char *)A_A eh->ether_dhost) == -1)
139 (void) arp((char *)&ip->ip_src, (char *)A_A local_arp);
HDlarp.c58 int arp(ip, ether) in arp() function
HDipsend.h38 extern int arp __P((char *, char *));
HD44arp.c62 int arp(addr, eaddr) in arp() function
/NextBSD/etc/rc.d/
HDstatic_arp52 arp -S ${arp_args} >/dev/null 2>&1
67 arp -d ${arp_args%%[ ]*} > /dev/null 2>&1
HDatm291 atm add arp ${arp_args}
/NextBSD/contrib/ipfilter/iplang/
HDiplang.h24 typedef struct arp { struct
27 struct arp *arp_next; argument
HDBNF1 line ::= iface | arp | send | defrouter | ipv4line .
14 arp ::= "arp" "{" arpbodyopts "}" ";" .
/NextBSD/cddl/contrib/opensolaris/common/ctf/
HDctf_create.c720 ctf_add_array(ctf_file_t *fp, uint_t flag, const ctf_arinfo_t *arp) in ctf_add_array() argument
726 if (arp == NULL) in ctf_add_array()
730 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_add_array()
731 ctf_dtd_lookup(fp, arp->ctr_contents) == NULL) in ctf_add_array()
735 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_add_array()
736 ctf_dtd_lookup(fp, arp->ctr_index) == NULL) in ctf_add_array()
744 dtd->dtd_u.dtu_arr = *arp; in ctf_add_array()
745 ctf_ref_inc(fp, arp->ctr_contents); in ctf_add_array()
746 ctf_ref_inc(fp, arp->ctr_index); in ctf_add_array()
752 ctf_set_array(ctf_file_t *fp, ctf_id_t type, const ctf_arinfo_t *arp) in ctf_set_array() argument
[all …]
HDctf_types.c702 ctf_array_info(ctf_file_t *fp, ctf_id_t type, ctf_arinfo_t *arp) in ctf_array_info() argument
718 arp->ctr_contents = ap->cta_contents; in ctf_array_info()
719 arp->ctr_index = ap->cta_index; in ctf_array_info()
720 arp->ctr_nelems = ap->cta_nelems; in ctf_array_info()
/NextBSD/tools/tools/net80211/w00t/libw00t/
HDw00t.c406 int arp; in known_pt() local
408 arp = is_arp(wh, *len); in known_pt()
410 if (arp) in known_pt()
/NextBSD/sbin/ipf/ipresend/
HDMakefile4 SRCS= ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
/NextBSD/tools/bsdbox/
HDMakefile.net8 CRUNCH_PROGS_usr.sbin+= arp
/NextBSD/sys/cddl/dev/fbt/
HDfbt.c748 fbt_array_info(linker_ctf_t *lc, ctf_id_t type, ctf_arinfo_t *arp) in fbt_array_info() argument
755 bzero(arp, sizeof(*arp)); in fbt_array_info()
766 arp->ctr_contents = ap->cta_contents; in fbt_array_info()
767 arp->ctr_index = ap->cta_index; in fbt_array_info()
768 arp->ctr_nelems = ap->cta_nelems; in fbt_array_info()
/NextBSD/release/picobsd/floppy.tree/sbin/
HDdhclient-script22 ARP=/usr/sbin/arp
51 arp -an -i $interface | \
/NextBSD/sbin/dhclient/
HDdhclient-script22 ARP=/usr/sbin/arp
51 arp -an -i $interface | \
/NextBSD/etc/
HDpccard_ether108 ifexists $ifn && arp -d -i $ifn -a
/NextBSD/contrib/groff/font/devdvi/generate/
HDmsbm.map2 # Contributed by Zdzislaw Meglicki (Zdzislaw.Meglicki@arp.anu.edu.au).
HDmsam.map2 # Contributed by Zdzislaw Meglicki (Zdzislaw.Meglicki@arp.anu.edu.au).

123