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

12

/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dmanual.c39 * - added more code to re-arp when the link comes back
72 arp_client_t * arp; member in struct:__anon6954
89 service_resolve_router(service_p, manual->arp,
124 my_log(LOG_ERR, "MANUAL %s: router arp resolution failed, %s",
125 if_name(if_p), arp_client_errmsg(manual->arp));
142 if (manual->arp) {
143 arp_client_cancel(manual->arp);
166 if (manual->arp == NULL) {
184 arp_client_probe(manual->arp,
195 my_log(LOG_ERR, "MANUAL %s: arp prob
[all...]
H A Dlinklocal.c96 arp_client_t * arp; member in struct:__anon6953
202 if (linklocal->arp) {
203 arp_client_cancel(linklocal->arp);
258 arp_client_probe(linklocal->arp,
272 arp_client_errmsg(linklocal->arp));
334 arp_client_probe(linklocal->arp,
347 arp_client_errmsg(linklocal->arp));
412 arp_client_probe(linklocal->arp,
484 linklocal->arp = arp_client_init(G_arp_session, if_p);
485 if (linklocal->arp
[all...]
H A Dfailover.c64 arp_client_t * arp; member in struct:__anon6924
86 if (failover->arp) {
87 arp_client_cancel(failover->arp);
132 arp_client_probe(failover->arp,
143 my_log(LOG_ERR, "FAILOVER %s: arp probe failed, %s",
144 if_name(if_p), arp_client_errmsg(failover->arp));
239 failover->arp = arp_client_init(G_arp_session, if_p);
240 if (failover->arp == NULL) {
263 if (failover->arp) {
264 arp_client_free(&failover->arp);
[all...]
H A Dbootp.c83 arp_client_t * arp; member in struct:__anon6919
160 if (bootp->arp) {
161 arp_client_cancel(bootp->arp);
177 service_resolve_router(service_p, bootp->arp,
243 && service_resolve_router(service_p, bootp->arp,
298 arp_client_cancel(bootp->arp);
299 arp_client_probe(bootp->arp,
309 my_log(LOG_ERR, "BOOTP %s: arp probe failed, %s",
311 arp_client_errmsg(bootp->arp));
528 bootp->arp
[all...]
H A DMakefile47 inet6_addrs: ifutil.c rtutil.c ../bootplib/arp.c ../bootplib/IPConfigurationLog.c ../bootplib/util.c
68 ipv6ll: ifutil.c ../bootplib/cfutil.c ../bootplib/util.c ../bootplib/IPConfigurationLog.c rtutil.c ../bootplib/arp.c
H A Ddhcp.c96 arp_client_t * arp; member in struct:__anon6922
124 arp_client_t * arp; member in struct:__anon6923
557 if (inform->arp) {
558 arp_client_cancel(inform->arp);
595 service_resolve_router(service_p, inform->arp,
658 && service_resolve_router(service_p, inform->arp,
866 arp_client_probe(inform->arp,
877 my_log(LOG_DEBUG, "INFORM %s: arp probe failed, %s",
879 arp_client_errmsg(inform->arp));
987 inform->arp
[all...]
H A Dipconfigd_threads.h380 service_resolve_router(ServiceRef service_p, arp_client_t * arp,
H A Dipconfigd.c79 * - don't bother reporting arp collisions with our own interfaces
1103 service_resolve_router(ServiceRef service_p, arp_client_t * arp, argument
1125 arp_client_resolve(arp, service_resolve_router_complete,
2760 arp_client_t * arp; local
2763 arp = arp_client_init(G_arp_session, if_p);
2764 if (arp == NULL) {
2770 defended = arp_client_defend(arp, v4_p->info.addr);
2771 arp_client_free(&arp);
/macosx-10.10/Heimdal-398.1.2/base/
H A Dheimbase.c380 struct ar_tls *arp; local
387 arp = HEIMDAL_getspecific(ar_key);
388 if (arp == NULL) {
390 arp = calloc(1, sizeof(*arp));
391 if (arp == NULL)
393 HEIMDAL_setspecific(ar_key, arp, ret);
395 free(arp);
399 return arp;
/macosx-10.10/xnu-2782.1.97/bsd/man/man4/
H A DMakefile11 arp.4 \
/macosx-10.10/bootp-298/bootplib/
H A DMakefile65 arp: arp.c arp.h
66 cc -Wall -g -o arp -DMAIN arp.c -I/System/Library/Frameworks/System.framework/PrivateHeaders
99 rm -f afpusers arp dhcpopt dnsnamelist genoptionfiles hfsvols interfaces nbimages nbsp nihosts nilist readtest sharepoints subnets test-dhcpv6-options
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Darray.c195 static union Value *array_getup(Namval_t *np, Namarr_t *arp, int update) argument
197 register struct index_array *ap = (struct index_array*)arp;
203 if(!arp)
208 mp = (Namval_t*)((*arp->fun)(np,NIL(char*),NV_ACURRENT));
215 return((union Value*)((*arp->fun)(np,NIL(char*),0)));
218 else if(fp = (struct fixed_array*)arp->fixed)
221 array_fixed_setdata(np,arp,fp);
246 int nv_arrayisset(Namval_t *np, Namarr_t *arp) argument
248 register struct index_array *ap = (struct index_array*)arp;
257 Namfun_t *fp = &arp
272 array_find(Namval_t *np,Namarr_t *arp, int flag) argument
817 array_grow(Namval_t *np, register struct index_array *arp,int maxi) argument
[all...]
H A Darray.c.orig195 static union Value *array_getup(Namval_t *np, Namarr_t *arp, int update)
197 register struct index_array *ap = (struct index_array*)arp;
203 if(!arp)
208 mp = (Namval_t*)((*arp->fun)(np,NIL(char*),NV_ACURRENT));
215 return((union Value*)((*arp->fun)(np,NIL(char*),0)));
218 else if(fp = (struct fixed_array*)arp->fixed)
221 array_fixed_setdata(np,arp,fp);
246 int nv_arrayisset(Namval_t *np, Namarr_t *arp)
248 register struct index_array *ap = (struct index_array*)arp;
257 Namfun_t *fp = &arp
[all...]
/macosx-10.10/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFWIPDefinitions.h256 IP1394_ARP arp; member in struct:arp_packet
H A DIOFWIPBusInterface.h414 @param arp - 1394 arp packet without the GASP or Async header.
418 IOReturn rxARP(IP1394_ARP *arp, UInt32 flags);
/macosx-10.10/dtrace-147/libctf/
H A Dctf_types.c700 ctf_array_info(ctf_file_t *fp, ctf_id_t type, ctf_arinfo_t *arp) argument
716 arp->ctr_contents = ap->cta_contents;
717 arp->ctr_index = ap->cta_index;
718 arp->ctr_nelems = ap->cta_nelems;
H A Dctf_create.c643 ctf_add_array(ctf_file_t *fp, uint_t flag, const ctf_arinfo_t *arp) argument
648 if (arp == NULL)
656 dtd->dtd_u.dtu_arr = *arp;
662 ctf_set_array(ctf_file_t *fp, ctf_id_t type, const ctf_arinfo_t *arp) argument
673 dtd->dtd_u.dtu_arr = *arp;
/macosx-10.10/tcpdump-61/tcpdump/win32/prj/
H A DGNUmakefile50 ../../print-arp.o \
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DmDNS.c13610 mDNSlocal void mDNSCoreReceiveRawARP(mDNS *const m, const ARP_EthIP *const arp, const mDNSInterfaceID InterfaceID) argument
13627 if (mDNSSameOpaque16(arp->op, ARP_op_request) && !mDNSSameIPv4Address(arp->spa, arp->tpa))
13631 rr->AddressProxy.type == mDNSAddrType_IPv4 && mDNSSameIPv4Address(rr->AddressProxy.ip.v4, arp->tpa))
13637 const char *const msg = mDNSSameEthAddress(&arp->sha, &rr->WakeUp.IMAC) ? msg1 :
13639 mDNSSameEthAddress(&arp->sha, &intf->MAC) ? msg3 : msg4;
13641 intf->ifname, msg, &arp->sha, &arp->spa, &arp
[all...]
H A DmDNSEmbeddedAPI.h587 ARP_EthIP arp; member in union:__anon10982
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp622 // fix to enable the arp/dhcp support from network pref pane
652 // fix to enable the arp/dhcp support from network pref pane
1165 // Copy the arp packet into the buffer
2105 @param arp - 1394 arp packet without the GASP or Async header.
2109 IOReturn IOFWIPBusInterface::rxARP(IP1394_ARP *arp, UInt32 flags){ argument
2115 if (arp->hardwareType != htons(ARP_HDW_TYPE)
2116 || arp->protocolType != htons(FWTYPE_IP)
2117 || arp->hwAddrLen != sizeof(IP1394_HDW_ADDR)
2118 || arp
[all...]
/macosx-10.10/configd-699.1.5/
H A Dget-mobility-info420 if [ -x /usr/sbin/arp ]; then
422 echo "# arp -n -a" >> network-statistics
424 /usr/sbin/arp -n -a >> network-statistics 2>&1
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dnet-utils.el33 ;; nslookup, arp, route). Note that these wrappers are of the diagnostic
123 (defcustom arp-program "arp"
128 (defcustom arp-program-options
130 "Options for arp-program."
379 (defun arp () function
380 "Run the arp program."
384 (concat "** Arp ** " arp-program " ** ")
385 arp-program
386 arp
[all...]
/macosx-10.10/libpcap-48/libpcap/
H A Dscanner.l195 arp return ARP;
/macosx-10.10/vim-55/runtime/syntax/
H A Daml.vim31 syn keyword amlArcCmd contained gridq[uery] gridr[otate] gridshad[es] gridshap[e] gridshi[ft] gridw[arp] group groupb[y] gt gv gv[tolerance] ha[rdcopy] he[lp] help hid[densymbol] hig[hlow] hil[lshade] his[togram] historicalview ho[ldadjust] hpgl hpgl2 hsv2b[lue] hsv2g[reen] hsv2r[ed] ht[ml] hview ia ided[it] identif[y] identit[y] idw if igdsa[rc] igdsi[nfo] ige[sarc] il[lustrator] illustrator image imageg[rid] imagep[lot] imageplot imageview imp[ort] in index indexi[tem] info infodba[se] infodbm[s] infof[ile] init90[00] init9100 init9100b init91[00] init95[00] int intersect intersectarcs intersecte[rr] isn[ull] iso[cluster] it[ems] iview j[oinitem] join keeps keepselect keyan[gle] keyar[ea] keyb[ox] keyf[orms] keyl[ine] keym keym[arker] keymap keyp[osition] keyse[paration] keysh[ade] keyspot kill killm[ap] kr[iging] la labela[ngle] labele[rrors] labelm[arkers] labels labelsc[ale] labelsp[ot] labelt[ext] lal latticecl[ip] latticeco[ntour] latticed[em] latticem[erge] latticemarkers latticeo[perate]
33 syn keyword amlArcCmd contained linety[pe] link[s] linkfeatures list listarchives listatt listc[overages] listcoverages listdbmstables listg[rids] listgrids listhistory listi[mages] listimages listinfotables listlayers listlibraries listo[utput] listse[lect] listst[acks] liststacks listtablespaces listti[ns] listtins listtr[averses] listtran listtransactions listw[orkspaces] listworkspaces lit ll ll[sfit] lla lm ln load loada[djacent] loadcolormap locko[nly] locks[ymbol] log log1[0] log2 logf[ile] logg[ing] loo[kup] lot[area] lp[os] lstk lt lts lw madditem majority majorityf[ilter] makere[gion] makero[ute] makese[ction] makest[ack] mal[ign] map mapa[ngle] mape[xtent] mapextent mapi[nfo] mapj[oin] mapl[imits] mappo[sition] mappr[ojection] mapsc[ale] mapsh[ift] mapu[nits] mapw[arp] mapz[oom] marker markera[ngle] markercolor markercolorr[amp] markercopy markercopyl[ayer] markerdelete markerdeletel[aye] markeredit markerf[ont] markeri[nfo] markerl[ayer] markerlist markerm[ask] markero[ffset]

Completed in 317 milliseconds

12