Home
last modified time | relevance | path

Searched refs:my_ip (Results 1 – 2 of 2) sorted by relevance

/external/chromium-libpac/test/js-unittest/
Dsimple.js5 var my_ip = myIpAddress();
7 if (isInNet(my_ip, "172.16.0.0", "255.248.0.0")) {
/external/syslinux/com32/libupload/
Dupload_tftp.c28 uint32_t my_ip; member
86 ur->dest_ip = tftp->my_ip; in send_ack_packet()
136 tftp.my_ip = sdi->pxe.myip; in upload_tftp_write()
138 tftp.srv_gw = ((tftp.srv_ip ^ tftp.my_ip) & sdi->pxe.ipinfo->netmask) in upload_tftp_write()