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

  /external/syslinux/com32/sysdump/
vesa.c 10 struct vesa_general_info *gip, gi; local
19 gip = &vip->gi;
23 memset(gip, 0, sizeof *gip);
25 gip->signature = VBE2_MAGIC; /* Get VBE2 extended data */
27 rm.edi.w[0] = OFFS(gip);
28 rm.es = SEG(gip);
30 memcpy(&gi, gip, sizeof gi);
  /external/syslinux/com32/hdt/
hdt-dump-pxe.c 72 in.s_addr = hardware->pxe.dhcpdata.gip;
  /external/syslinux/com32/modules/
pxechn.c 116 in_addr_t gip; /* giaddr; Gateway/DHCP relay */ member in struct:pxelinux_opt
318 printf(" yip:%08X sip:%08X gip:%08X",
319 ntohl(p->yip), ntohl(p->sip), ntohl(p->gip));
468 pxe->gip = 0;
773 pxe->gip = pxe_dns(optarg);
843 pxe->gip = bootp1->gip;
872 bootp1->gip = pxe->gip;
prdhcp.c 125 printf(" yip:%08X sip:%08X gip:%08X",
126 ntohl(p->yip), ntohl(p->sip), ntohl(p->gip));
  /external/syslinux/core/fs/pxe/
pxe.h 100 uint32_t gip; /* Relay agent IP */ member in struct:bootp_t
  /external/syslinux/com32/include/syslinux/
pxe_api.h 77 in_addr_t gip; /*relay agent IP address */ member in struct:__anon33593
  /external/syslinux/gpxe/src/arch/i386/include/
pxe_api.h 374 IP4_t gip; member in struct:bootph
    [all...]

Completed in 2037 milliseconds