Searched refs:ip (Results 1 - 6 of 6) 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/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosClsfr.c85 if ((pCt[i].ip == ipAddr) && (pCt[i].port == dstPortNum) )
88 /*printk(KERN_ALERT "Found classifier match for ip=0x%x, port=%d, prio=%d \n",ipAddr, dstPortNum, pCt[i].pri);*/
132 pDest[clsfrIndex].ip = pSrc[clsfrIndex].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;
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A DosTIType.h163 UINT32 ip; member in struct:nwif_clsfr_entry_t
/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];
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dcu_cmd.c2368 inParamsBuff[ic].ip = 0;
2378 inParamsBuff[ic].ip |= parm[iv].value << i * 8;

Completed in 164 milliseconds