Home
last modified time | relevance | path

Searched refs:mess (Results 1 – 25 of 91) 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 …]
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.c109 struct dhcp_packet *mess; in dhcp_packet() local
166 mess = (struct dhcp_packet *)daemon->dhcp_packet.iov_base; in dhcp_packet()
175 if ((msg.msg_flags & MSG_TRUNC) || sz < (ssize_t)(sizeof(*mess) - sizeof(mess->options))) in dhcp_packet()
242 parm.relay = mess->giaddr; in dhcp_packet()
266 mess = (struct dhcp_packet *)daemon->dhcp_packet.iov_base; in dhcp_packet()
272 if (mess->giaddr.s_addr) in dhcp_packet()
276 dest.sin_addr = mess->giaddr; in dhcp_packet()
278 else if (mess->ciaddr.s_addr) in dhcp_packet()
284 if ((!is_inform && dest.sin_addr.s_addr != mess->ciaddr.s_addr) || in dhcp_packet()
288 dest.sin_addr = mess->ciaddr; in dhcp_packet()
[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/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/mksh/src/
Dhistrap.c1045 sigtraps[i].mess = sys_siglist[i]; in inittraps()
1047 sigtraps[i].mess = strsignal(i); in inittraps()
1049 sigtraps[i].mess = NULL; in inittraps()
1051 if ((sigtraps[i].mess == NULL) || in inittraps()
1052 (sigtraps[i].mess[0] == '\0')) in inittraps()
1053 sigtraps[i].mess = shf_smprintf(Tf_sd, in inittraps()
1058 sigtraps[ksh_SIGEXIT].mess = "Exit trap"; in inittraps()
1061 sigtraps[ksh_SIGERR].mess = "Error handler"; in inittraps()
/external/swiftshader/third_party/LLVM/test/Transforms/ADCE/
D2002-05-22-PHITest.ll1 ; It is illegal to remove BB1 because it will mess up the PHI node!
/external/swiftshader/third_party/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/libmicrohttpd/src/testzzuf/
DREADME3 zzuf is used to randomly mess with the TCP connection between the CURL
/external/curl/docs/cmdline-opts/
Dproxy-header.d14 content: do not add newlines or carriage returns, they will only mess things
/external/e2fsprogs/tests/t_replay_and_set/
Dexpect21 fsck the whole mess
Dscript35 echo "fsck the whole mess" >> $OUT
/external/dexmaker/
DREADME.version9 …s proxies. If you just want to do AOP or class mocking, you don't need to mess around with bytecod…
DREADME.md15 If you just want to do AOP or class mocking, you don't need to mess around with bytecodes.
/external/llvm/test/MC/ARM/
Dcomment.s41 @ Make sure we did not mess up the parser state and it still lexes
/external/llvm/test/CodeGen/X86/
D2010-03-05-EFLAGS-Redef.ll4 ; branch folding pass. That makes a complete mess of the %EFLAGS liveness, but
Dsplat-const.ll25 ; (as opposed to the previous mess)
Dfixup-bw-copy.ll50 ; Verify we don't mess with H-reg copies (only generated in 32-bit mode).
Datomic128.ll8 ; machine scheduler and copy coalescer do not mess up with physical
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-03-05-EFLAGS-Redef.ll4 ; branch folding pass. That makes a complete mess of the %EFLAGS liveness, but
/external/llvm/test/CodeGen/AArch64/
Dfast-isel-cmp-vec.ll6 ; Verify that we don't mess up vector comparisons in fast-isel.
/external/mesa3d/src/intel/genxml/
DREADME22 anonymous unions and it became a big mess. Also, when using
/external/valgrind/docs/internals/
DBIG_APP_NOTES.txt35 # before and so on the first run, the new build wants to mess with
/external/valgrind/
DREADME.android93 # Do configuration stuff. Don't mess with the --prefix in the

1234