| /NextBSD/lib/libstand/ |
| HD | arp.c | 82 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 …]
|
| HD | rarp.c | 71 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/ |
| HD | Makefile | 4 PROG= arp 5 MAN= arp.4 arp.8
|
| /NextBSD/crypto/heimdal/base/ |
| HD | heimbase.c | 413 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/ |
| HD | Makefile | 12 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
|
| HD | resend.c | 101 if (gwip.s_addr && (arp((char *)&gwip, dhost) == -1)) 115 if (arp((char *)&gwip,
|
| HD | ip.c | 72 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);
|
| HD | larp.c | 58 int arp(ip, ether) in arp() function
|
| HD | ipsend.h | 38 extern int arp __P((char *, char *));
|
| HD | 44arp.c | 62 int arp(addr, eaddr) in arp() function
|
| /NextBSD/etc/rc.d/ |
| HD | static_arp | 52 arp -S ${arp_args} >/dev/null 2>&1 67 arp -d ${arp_args%%[ ]*} > /dev/null 2>&1
|
| HD | atm2 | 91 atm add arp ${arp_args}
|
| /NextBSD/contrib/ipfilter/iplang/ |
| HD | iplang.h | 24 typedef struct arp { struct 27 struct arp *arp_next; argument
|
| HD | BNF | 1 line ::= iface | arp | send | defrouter | ipv4line . 14 arp ::= "arp" "{" arpbodyopts "}" ";" .
|
| /NextBSD/cddl/contrib/opensolaris/common/ctf/ |
| HD | ctf_create.c | 720 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 …]
|
| HD | ctf_types.c | 702 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/ |
| HD | w00t.c | 406 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/ |
| HD | Makefile | 4 SRCS= ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c
|
| /NextBSD/tools/bsdbox/ |
| HD | Makefile.net | 8 CRUNCH_PROGS_usr.sbin+= arp
|
| /NextBSD/sys/cddl/dev/fbt/ |
| HD | fbt.c | 748 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/ |
| HD | dhclient-script | 22 ARP=/usr/sbin/arp 51 arp -an -i $interface | \
|
| /NextBSD/sbin/dhclient/ |
| HD | dhclient-script | 22 ARP=/usr/sbin/arp 51 arp -an -i $interface | \
|
| /NextBSD/etc/ |
| HD | pccard_ether | 108 ifexists $ifn && arp -d -i $ifn -a
|
| /NextBSD/contrib/groff/font/devdvi/generate/ |
| HD | msbm.map | 2 # Contributed by Zdzislaw Meglicki (Zdzislaw.Meglicki@arp.anu.edu.au).
|
| HD | msam.map | 2 # Contributed by Zdzislaw Meglicki (Zdzislaw.Meglicki@arp.anu.edu.au).
|