/external/dnsmasq/src/ |
rfc2131.c | 87 static void option_put(struct dhcp_packet *mess, unsigned char *end, int opt, int len, unsigned int val); 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, unsigned char *end, int null_term); 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; local 131 unsigned char *end = (unsigned char *)(mess + 1); 812 do_encap_opts(pxe_opts(pxearch, netid), OPTION_VENDOR_CLASS_OPT, DHOPT_VENDOR_MATCH, mess, end, 0); local [all...] |
bpf.c | 154 void send_via_bpf(struct dhcp_packet *mess, size_t len, 176 if (mess->htype != ARPHRD_ETHER || mess->hlen != ETHER_ADDR_LEN) 179 mess->htype, ifr->ifr_name); 190 if (ntohs(mess->flags) & 0x8000) 197 memcpy(ether.ether_dhost, mess->chaddr, ETHER_ADDR_LEN); 198 ip.ip_dst.s_addr = mess->yiaddr.s_addr; 222 ((char *)mess)[len] = 0; /* for checksum, in case length is odd. */ 233 sum += ((u16 *)mess)[i]; 246 iov[3].iov_base = mess; [all...] |
tftp.c | 23 static ssize_t tftp_err(int err, char *packet, char *mess, char *file); 378 } *mess = (struct ack *)daemon->packet; local 392 if (ntohs(mess->op) == OP_ACK && ntohs(mess->block) == (unsigned short)transfer->block) 400 else if (ntohs(mess->op) == OP_ERR) 417 (int)ntohs(mess->block), err, 499 } *mess = (struct errmess *)packet; local 503 mess->op = htons(OP_ERR); 504 mess->err = htons(err); 505 ret += (snprintf(mess->message, 500, message, file, errstr) + 1) 526 } *mess = (struct oackmess *)packet; local 549 } *mess = (struct datamess *)packet; local [all...] |
dhcp.c | 104 struct dhcp_packet *mess; local 161 mess = (struct dhcp_packet *)daemon->dhcp_packet.iov_base; 170 if ((msg.msg_flags & MSG_TRUNC) || sz < (ssize_t)(sizeof(*mess) - sizeof(mess->options))) 237 parm.relay = mess->giaddr; 261 mess = (struct dhcp_packet *)daemon->dhcp_packet.iov_base; 267 if (mess->giaddr.s_addr) 271 dest.sin_addr = mess->giaddr; 273 else if (mess->ciaddr.s_addr) 279 if ((!is_inform && dest.sin_addr.s_addr != mess->ciaddr.s_addr) | [all...] |
/external/webkit/WebCore/manual-tests/ |
print-with-height-transition-in-screen-stylesheet.html | 16 <div>A1: This is a long paragraph which helps us see the mess you can get with long ones.<br> 17 A2: This is a long paragraph which helps us see the mess you can get with long ones.<br> 18 A3: This is a long paragraph which helps us see the mess you can get with long ones.<br> 21 <div class='outer_slide'><div>B1: This is a long paragraph which helps us see the mess you can get with long ones.</div></div> 23 <div class='outer_slide'><div>C1: This is a long paragraph which helps us see the mess you can get with long ones.</div></div>
|
Default-port-frame.html | 3 We cannot make this a LayoutTest because we don't want to mess with people's default ports.
|
/cts/tools/vm-tests/src/dot/junit/verify/b2/ |
Test_b2.java | 26 * @title attempt to mess around with register-pairs. 39 * @title attempt to mess around with register-pairs. 52 * @title attempt to mess around with register-pairs. 65 * @title attempt to mess around with register-pairs. 78 * @title attempt to mess around with register-pairs.
|
/bionic/libc/netbsd/resolv/ |
__res_close.c | 21 /* XXX THIS IS A MESS! SEE <resolv.h> XXX */
|
__dn_comp.c | 25 /* XXX THIS IS A MESS! SEE <resolv.h> XXX */
|
__res_send.c | 25 /* XXX THIS IS A MESS! SEE <resolv.h> XXX */
|
/external/dnsmasq/contrib/wrt/ |
dhcp_lease_time.c | 96 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize) 101 if ((ret = option_find1(&mess->options[0], ((unsigned char *)mess) + size, opt_type, minsize))) 105 if (!(overload = option_find1(&mess->options[0], ((unsigned char *)mess) + size, OPTION_OVERLOAD, 1))) 110 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize))) 115 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize)))
|
/external/qemu/ |
disas.h | 10 /* The usual mess... FIXME: Remove this condition once dyngen-exec.h is gone */
|
/hardware/libhardware/ |
Android.mk | 3 # Setting LOCAL_PATH will mess up all-subdir-makefiles, so do it beforehand.
|
/hardware/libhardware_legacy/ |
Android.mk | 3 # Setting LOCAL_PATH will mess up all-subdir-makefiles, so do it beforehand.
|
/dalvik/dx/tests/093-ssa-invoke-range/ |
Blort.java | 55 // with a differing category doesn't mess us up.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
ExtendedType.java | 70 * will mess up existing hashtable entries! 83 * will mess up existing hashtable entries!
|
/external/kernel-headers/original/asm-x86/ |
user32.h | 47 /* for this mess. Not yet used. */
|
/external/netcat/data/ |
pmap-dump.d | 58 # a whole mess of gobbledygook containing program numbers, versions,
|
/frameworks/base/core/res/res/layout/ |
status_bar_icon.xml | 21 <!-- The icons are a fixed size so an app can't mess everything up with bogus images -->
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_byteorder.h | 37 /* Pardon the mess, I'm trying to determine the endianness of this host.
|
/external/webkit/WebCore/css/ |
mediaControlsQt.css | 100 the controls we don't use, so they don't mess up activation and event handling */ 111 the controls we don't use, so they don't mess up activation and event handling */ 122 the controls we don't use, so they don't mess up activation and event handling */
|
/bionic/libc/bionic/ |
hash.h | 52 need to do this on other machines. Did I say this was a mess?
|
/bionic/libc/stdio/ |
fclose.c | 62 fp->_r = fp->_w = 0; /* Mess up if reaccessed. */
|
/bootable/recovery/ |
verifier_test.sh | 6 # DO NOT RUN THIS ON A DEVICE YOU CARE ABOUT. It will mess up your
|
/external/dnsmasq/contrib/lease-access/ |
lease.access.patch | 276 struct dhcp_packet *mess; 415 +static int check_access_script( int piperead, struct dhcp_lease *lease, struct dhcp_packet *mess, time_t now) 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)
|