/external/dnsmasq/src/ |
D | rfc2131.c | 87 static void option_put(struct dhcp_packet *mess, unsigned char *end, int opt, int len, unsigned int… 88 static void option_put_string(struct dhcp_packet *mess, unsigned char *end, 95 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize); 97 static size_t dhcp_packet_size(struct dhcp_packet *mess, struct dhcp_netid *netid, 99 static void clear_packet(struct dhcp_packet *mess, unsigned char *end); 101 struct dhcp_packet *mess, 114 static void do_encap_opts(struct dhcp_opt *opts, int encap, int flag, struct dhcp_packet *mess, uns… 115 static void pxe_misc(struct dhcp_packet *mess, unsigned char *end, unsigned char *uuid); 130 struct dhcp_packet *mess = (struct dhcp_packet *)daemon->dhcp_packet.iov_base; in dhcp_reply() local 131 unsigned char *end = (unsigned char *)(mess + 1); in dhcp_reply() [all …]
|
D | tftp.c | 23 static ssize_t tftp_err(int err, char *packet, char *mess, char *file); 378 } *mess = (struct ack *)daemon->packet; in check_tftp_listeners() local 392 if (ntohs(mess->op) == OP_ACK && ntohs(mess->block) == (unsigned short)transfer->block) in check_tftp_listeners() 400 else if (ntohs(mess->op) == OP_ERR) in check_tftp_listeners() 417 (int)ntohs(mess->block), err, in check_tftp_listeners() 499 } *mess = (struct errmess *)packet; in tftp_err() local 503 mess->op = htons(OP_ERR); in tftp_err() 504 mess->err = htons(err); in tftp_err() 505 ret += (snprintf(mess->message, 500, message, file, errstr) + 1); in tftp_err() 506 my_syslog(MS_TFTP | LOG_ERR, "TFTP %s", mess->message); in tftp_err() [all …]
|
D | bpf.c | 154 void send_via_bpf(struct dhcp_packet *mess, size_t len, in send_via_bpf() argument 176 if (mess->htype != ARPHRD_ETHER || mess->hlen != ETHER_ADDR_LEN) in send_via_bpf() 179 mess->htype, ifr->ifr_name); in send_via_bpf() 190 if (ntohs(mess->flags) & 0x8000) in send_via_bpf() 197 memcpy(ether.ether_dhost, mess->chaddr, ETHER_ADDR_LEN); in send_via_bpf() 198 ip.ip_dst.s_addr = mess->yiaddr.s_addr; in send_via_bpf() 222 ((char *)mess)[len] = 0; /* for checksum, in case length is odd. */ in send_via_bpf() 233 sum += ((u16 *)mess)[i]; in send_via_bpf() 246 iov[3].iov_base = mess; in send_via_bpf()
|
D | dhcp.c | 104 struct dhcp_packet *mess; in dhcp_packet() local 161 mess = (struct dhcp_packet *)daemon->dhcp_packet.iov_base; in dhcp_packet() 170 if ((msg.msg_flags & MSG_TRUNC) || sz < (ssize_t)(sizeof(*mess) - sizeof(mess->options))) in dhcp_packet() 237 parm.relay = mess->giaddr; in dhcp_packet() 261 mess = (struct dhcp_packet *)daemon->dhcp_packet.iov_base; in dhcp_packet() 267 if (mess->giaddr.s_addr) in dhcp_packet() 271 dest.sin_addr = mess->giaddr; in dhcp_packet() 273 else if (mess->ciaddr.s_addr) in dhcp_packet() 279 if ((!is_inform && dest.sin_addr.s_addr != mess->ciaddr.s_addr) || in dhcp_packet() 283 dest.sin_addr = mess->ciaddr; in dhcp_packet() [all …]
|
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/ |
D | X500PrincipalTest.java | 88 byte[] mess = { 0x30, (byte) 0x81, (byte) 0x9A, 0x31, 0x0A, 0x30, 0x08, in testStreamPosition_1() 106 ByteArrayInputStream is = new ByteArrayInputStream(mess); in testStreamPosition_1() 120 byte[] mess = { 0x30, 0x0C, 0x31, 0x0A, 0x30, 0x08, 0x06, 0x03, 0x55, in testStreamPosition_2() 122 ByteArrayInputStream is = new ByteArrayInputStream(mess); in testStreamPosition_2() 156 byte[] mess = { 0x30, 0x0C, 0x31, 0x0A, 0x30, 0x08, 0x06, 0x03, 0x55, in testSafeEncoding() 158 X500Principal principal = new X500Principal(mess); in testSafeEncoding() 159 mess[mess.length - 1] = (byte) 0xFF; in testSafeEncoding() 161 assertEquals(enc[mess.length - 1], 0x41); in testSafeEncoding() 170 byte[] mess = { 0x30, 0x18, 0x31, 0x0A, 0x30, 0x08, 0x06, 0x03, 0x55, in testToString() 173 X500Principal principal = new X500Principal(mess); in testToString() [all …]
|
/external/dnsmasq/contrib/wrt/ |
D | dhcp_lease_time.c | 96 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize) in option_find() argument 101 if ((ret = option_find1(&mess->options[0], ((unsigned char *)mess) + size, opt_type, minsize))) in option_find() 105 …if (!(overload = option_find1(&mess->options[0], ((unsigned char *)mess) + size, OPTION_OVERLOAD, … in option_find() 110 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize))) in option_find() 115 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize))) in option_find()
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x501/ |
D | NameTest.java | 38 private static final byte [] mess = { field in NameTest 69 Name principal = (Name) Name.ASN1.decode(mess); in testGetName1779() 79 ByteArrayInputStream is = new ByteArrayInputStream(mess); in testStreamGetName1779()
|
/external/chromium_org/chrome/browser/invalidation/ |
D | invalidator_storage_unittest.cc | 57 const std::string mess("n\0tK\0\0l\344", 8); in TEST_F() local 58 ASSERT_FALSE(IsStringUTF8(mess)); in TEST_F() 60 storage.SetBootstrapData(mess); in TEST_F() 61 EXPECT_EQ(mess, storage.GetBootstrapData()); in TEST_F()
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 276 struct dhcp_packet *mess; 415 +static int check_access_script( int piperead, struct dhcp_lease *lease, struct dhcp_packet *mess, … 428 + lease_set_hwaddr(lease, mess->chaddr, NULL, mess->hlen, mess->htype, 0); 477 mess->op = BOOTREPLY; 482 mess->yiaddr = lease->addr; 488 (!(lease = lease_allocate(mess->yiaddr)))) 496 + if (check_access_script(piperead, lease, mess, now) < 0)
|
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/ |
D | backportPP.pm | 1186 my $mess = ''; 1194 $mess .= $c == 0x07 ? '\a' 1204 if ( length $mess >= 20 ) { 1205 $mess .= '...'; 1210 unless ( length $mess ) { 1211 $mess = '(end of string)'; 1215 $no_rep ? "$error" : "$error, at character offset $at (before \"$mess\")"
|
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/ |
D | backportPP.pm | 1186 my $mess = ''; 1194 $mess .= $c == 0x07 ? '\a' 1204 if ( length $mess >= 20 ) { 1205 $mess .= '...'; 1210 unless ( length $mess ) { 1211 $mess = '(end of string)'; 1215 $no_rep ? "$error" : "$error, at character offset $at (before \"$mess\")"
|
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/ |
D | backportPP.pm | 1186 my $mess = ''; 1194 $mess .= $c == 0x07 ? '\a' 1204 if ( length $mess >= 20 ) { 1205 $mess .= '...'; 1210 unless ( length $mess ) { 1211 $mess = '(end of string)'; 1215 $no_rep ? "$error" : "$error, at character offset $at (before \"$mess\")"
|
/external/llvm/test/Transforms/ADCE/ |
D | 2002-05-22-PHITest.ll | 1 ; It is illegal to remove BB1 because it will mess up the PHI node!
|
/external/mksh/src/ |
D | histrap.c | 983 sigtraps[i].mess = "Error handler"; in inittraps() 1013 sigtraps[i].mess = sys_siglist[i]; in inittraps() 1015 sigtraps[i].mess = strsignal(i); in inittraps() 1017 sigtraps[i].mess = NULL; in inittraps() 1019 if ((sigtraps[i].mess == NULL) || in inittraps() 1020 (sigtraps[i].mess[0] == '\0')) in inittraps() 1021 sigtraps[i].mess = shf_smprintf("%s %d", in inittraps()
|
D | jobs.c | 1493 strlcpy(buf, sigtraps[WSTOPSIG(p->status)].mess, in j_print() 1519 strlcpy(buf, sigtraps[WTERMSIG(p->status)].mess, in j_print()
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-03-05-EFLAGS-Redef.ll | 4 ; branch folding pass. That makes a complete mess of the %EFLAGS liveness, but
|
D | lsr-loop-exit-cond.ll | 147 ; Check that DAGCombiner doesn't mess up the IV update when the exiting value
|
/external/dexmaker/ |
D | README | 14 …s proxies. If you just want to do AOP or class mocking, you don't need to mess around with bytecod…
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | autofill_popup_view_bridge.mm | 37 // Remove the child window before closing, otherwise it can mess up
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
D | TODO | 23 - rework HARDQUOTE + styles, currently this is a bit of a mess imo (milian)
|
/external/dropbear/libtommath/ |
D | Makefile.in | 180 find . -type f | grep -v CVS | xargs -n 1 bash mess.sh
|
/external/chromium_org/chrome/installer/linux/common/ |
D | apt.include | 115 # the wrong configuration is active. In that case, just abandon the mess and
|
/external/valgrind/main/docs/internals/ |
D | BIG_APP_NOTES.txt | 35 # before and so on the first run, the new build wants to mess with
|
D | howto_BUILD_KDE42.txt | 7 mess up any existing KDE sessions/settings.
|
/external/chromium_org/chrome/browser/background/ |
D | background_mode_manager_mac.mm | 86 // user-data-dir, so only mess with the LoginItem when running with the
|