Home
last modified time | relevance | path

Searched refs:mess (Results 1 – 25 of 79) sorted by relevance

1234

/external/dnsmasq/src/
Drfc2131.c87 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 …]
Dtftp.c23 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 …]
Dbpf.c154 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()
Ddhcp.c104 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 …]
Ddnsmasq.h866 void send_via_bpf(struct dhcp_packet *mess, size_t len,
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
DX500PrincipalTest.java88 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/
Ddhcp_lease_time.c96 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/
DNameTest.java38 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/dnsmasq/contrib/lease-access/
Dlease.access.patch276 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/llvm/test/CodeGen/Alpha/
Dzapnot3.ll3 ;demanded bits mess up this mask in a hard to fix way
/external/llvm/test/Transforms/ADCE/
D2002-05-22-PHITest.ll1 ; It is illegal to remove BB1 because it will mess up the PHI node!
/external/mksh/src/
Dhistrap.c1056 sigtraps[i].mess = "Error handler"; in inittraps()
1080 sigtraps[i].mess = sys_siglist[i]; in inittraps()
1082 sigtraps[i].mess = strsignal(i); in inittraps()
1084 sigtraps[i].mess = NULL; in inittraps()
1086 if ((sigtraps[i].mess == NULL) || in inittraps()
1087 (sigtraps[i].mess[0] == '\0')) in inittraps()
1088 sigtraps[i].mess = shf_smprintf("Signal %d", i); in inittraps()
Djobs.c1339 strlcpy(buf, sigtraps[WSTOPSIG(p->status)].mess, in j_print()
1365 strlcpy(buf, sigtraps[WTERMSIG(p->status)].mess, in j_print()
Dfuncs.c1489 sigtraps[i].mess); in kill_fmt_entry()
1562 w = strlen(sigtraps[j].mess); in c_kill()
1565 w = utf_mbswidth(sigtraps[j].mess); in c_kill()
/external/llvm/test/CodeGen/X86/
D2010-03-05-EFLAGS-Redef.ll4 ; branch folding pass. That makes a complete mess of the %EFLAGS liveness, but
/external/webkit/PerformanceTests/
DChangeLog110 mess, and the constructor and destructor do a huge amount of work.
139 mess, and the constructor and destructor do a huge amount of work.
/external/libvpx/examples/includes/geshi/docs/
DTODO23 - rework HARDQUOTE + styles, currently this is a bit of a mess imo (milian)
/external/quake/quake/src/
Dreadme.txt10 linux, and windows versions, but I don't really recommend anyone mess
/external/dropbear/libtommath/
DMakefile.in180 find . -type f | grep -v CVS | xargs -n 1 bash mess.sh
/external/valgrind/main/docs/internals/
DBIG_APP_NOTES.txt35 # before and so on the first run, the new build wants to mess with
Dhowto_BUILD_KDE42.txt7 mess up any existing KDE sessions/settings.
/external/dbus/doc/
DTODO127 string/hostname-based mess. per-screen is then done by appending screen number
/external/pcre/testdata/
Dtestinput11422 for Perl, a simple character somehow causes an unwanted optimization to mess
/external/valgrind/main/
Dxfree-4.supp7 # to X. The default suppressions are a bit of a mess and could do
/external/qemu/docs/
DDISPLAY-STATE.TXT1 This tries to document the mess that is DisplayState in QEMU.

1234