Searched defs:ip (Results 1 - 3 of 3) sorted by relevance

/system/core/libnetutils/
H A Dpacket.c22 #include <netinet/ip.h>
92 struct iphdr ip; local
100 ip.version = IPVERSION;
101 ip.ihl = sizeof(ip) >> 2;
102 ip.tos = 0;
103 ip.tot_len = htons(sizeof(ip) + sizeof(udp) + size);
104 ip.id = 0;
105 ip
161 struct iphdr ip; member in struct:dhcp_packet
[all...]
/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c778 uint32_t ip; local
780 if (!try_get_word(memory, state->reg[DWARF_EBP] + 4, &ip) ||
781 ip == state->reg[DWARF_EIP]) {
790 state->reg[DWARF_EIP] = ip;
/system/core/sh/
H A Dvar.c166 const struct varinit *ip; local
170 for (ip = varinit ; (vp = ip->var) != NULL ; ip++) {
171 if (find_var(ip->text, &vpp, &vp->name_len) != NULL)
175 vp->text = strdup(ip->text);
176 vp->flags = ip->flags;
177 vp->func = ip->func;

Completed in 1099 milliseconds