HomeSort by relevance Sort by last modified time
    Searched refs:yip (Results 1 - 7 of 7) sorted by null

  /external/syslinux/core/fs/pxe/
dhcp_option.c 236 if (ip_ok(dhcp->yip))
237 IPInfo.myip = dhcp->yip;
pxe.h 98 uint32_t yip; /* "Your" IP */ member in struct:bootp_t
  /external/syslinux/com32/modules/
prdhcp.c 125 printf(" yip:%08X sip:%08X gip:%08X",
126 ntohl(p->yip), ntohl(p->sip), ntohl(p->gip));
pxechn.c 318 printf(" yip:%08X sip:%08X gip:%08X",
319 ntohl(p->yip), ntohl(p->sip), ntohl(p->gip));
  /external/syslinux/com32/hdt/
hdt-common.c 450 hardware->pxe.ip_addr[0] = hardware->pxe.dhcpdata.yip & 0xff;
451 hardware->pxe.ip_addr[1] = hardware->pxe.dhcpdata.yip >> 8 & 0xff;
452 hardware->pxe.ip_addr[2] = hardware->pxe.dhcpdata.yip >> 16 & 0xff;
453 hardware->pxe.ip_addr[3] = hardware->pxe.dhcpdata.yip >> 24 & 0xff;
  /external/syslinux/com32/include/syslinux/
pxe_api.h 75 in_addr_t yip; /* You IP address */ member in struct:__anon33593
  /external/syslinux/gpxe/src/arch/i386/include/
pxe_api.h 362 IP4_t yip; member in struct:bootph
    [all...]

Completed in 235 milliseconds