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/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;
/system/core/libcutils/
H A Dtztime.c1411 register const int * ip; local
1522 ip = mon_lengths[isleap(y)];
1523 for (tmp->tm_mon = 0; idays >= ip[tmp->tm_mon]; ++(tmp->tm_mon))
1524 idays -= ip[tmp->tm_mon];

Completed in 701 milliseconds