Searched refs:dstname (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-ipfc.c69 const char *srcname, *dstname; local
72 dstname = etheraddr_string(ipfcdst);
77 (void) printf("%s %s %d: ", srcname, dstname, length);
H A Dprint-token.c64 const char *srcname, *dstname; local
67 dstname = etheraddr_string(fdst);
73 srcname, dstname,
76 printf("%s %s %d: ", srcname, dstname, length);
H A Dprint-fddi.c217 const char *srcname, *dstname; local
220 dstname = etheraddr_string(fdst);
225 srcname, dstname,
228 printf("%s %s %d: ", srcname, dstname, length);
231 (void) printf("%s %s %d: ", srcname, dstname, length);
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Doutput.c621 write_file(Elf *src, const char *srcname, Elf *dst, const char *dstname, argument
642 elfterminate(dstname, "Cannot copy ehdr to temp file");
658 elfterminate(dstname, "Cannot make phdrs in temp file");
745 elfterminate(dstname, "Can't make sect %s data", sname);
792 elfterminate(dstname, "Cannot update sect %s", sname);
844 elfterminate(dstname, "Cannot finalize temp file");
851 write_file_64(Elf *src, const char *srcname, Elf *dst, const char *dstname,
895 write_file(Elf *src, const char *srcname, Elf *dst, const char *dstname, argument
908 write_file_64(src, srcname, dst, dstname, ctfdata, ctfsize, flags);
1065 write_file_64(Elf *src, const char *srcname, Elf *dst, const char *dstname, argument
[all...]
H A Ddump.c866 write_ctfdata(int srcfd, Elf *srcelf, const char *srcname, const char *dstname, ctf_header_t *hp, ctf_buf_t *buf) argument
876 if ((dstfd = open(dstname, O_RDWR | O_CREAT | O_TRUNC, st.st_mode)) < 0)
877 terminate("Cannot open temp file %s for writing", dstname);
879 elfterminate(dstname, "Cannot write");
896 write_file(srcelf, srcname, dstelf, dstname, data, len, 0);
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dlocaltime.c914 const char * dstname; local
924 INITIALIZE(dstname);
956 dstname = ++name;
960 dstlen = name - dstname;
963 dstname = name;
965 dstlen = name - dstname; /* length of DST zone name */
1136 (void) strncpy(cp, dstname, dstlen);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c4769 return(mDNSAutoTunnelSetKeys(AddNew ? kmDNSAutoTunnelSetKeysReplace : kmDNSAutoTunnelSetKeysDelete, tun->loc_inner.b, loc_outer6.b, kRacoonPort, tun->rmt_inner.b, rmt_outer6.b, mDNSVal16(tun->rmt_outer_port), btmmprefix, SkipLeadingLabels(&tun->dstname, 1)));
4818 ReissueBlockedQuestions(m, &tun->dstname, success);
4839 LogInfo("TunnelClientDeleteMatching: Found existing IPv6 AutoTunnel for %##s %.16a", old->dstname.c, &old->rmt_inner);
4842 LogInfo("TunnelClientDeleteMatching: Stopping query on IPv6 AutoTunnel for %##s %.16a", old->dstname.c, &old->rmt_inner);
4852 LogInfo("TunnelClientDeleteMatching: Deleting existing IPv6 AutoTunnel for %##s %.16a", old->dstname.c, &old->rmt_inner);
4859 LogInfo("TunnelClientDeleteMatching: Reusing the existing IPv6 AutoTunnel for %##s %.16a", old->dstname.c,
4867 LogInfo("TunnelClientDeleteMatching: Found existing IPv4 AutoTunnel for %##s %.16a", old->dstname.c, &old->rmt_inner);
4870 LogInfo("TunnelClientDeleteMatching: Stopping query on IPv4 AutoTunnel for %##s %.16a", old->dstname.c, &old->rmt_inner);
4881 LogInfo("TunnelClientDeleteMatching: Deleting existing IPv4 AutoTunnel for %##s %.16a", old->dstname.c, &old->rmt_inner);
4888 LogInfo("TunnelClientDeleteMatching: Reusing the existing IPv4 AutoTunnel for %##s %.16a", old->dstname
[all...]
H A Ddaemon.c318 if (t->next == (ClientTunnel *)~0 || t->dstname.c[0] > 63)
319 LogMemCorruption("m->TunnelClients: %p is garbage (%d)", t, t->dstname.c[0]);
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c1032 const char * dstname; local
1042 INITIALIZE(dstname);
1070 dstname = name;
1071 name = getzname(name, (char **)&dstname, &dstlen);
1236 (void) strncpy(cp, dstname, dstlen);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNSEmbeddedAPI.h2077 domainname dstname; member in struct:ClientTunnel
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Duds_daemon.c5756 c->dstname.c, &c->loc_inner, &c->loc_outer, &c->loc_outer6, &c->rmt_inner, &c->rmt_outer, mDNSVal16(c->rmt_outer_port), &c->rmt_outer6, c->q.ThisQInterval);

Completed in 190 milliseconds