HomeSort by relevance Sort by last modified time
    Searched defs:pxe_type (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/hci/commands/
dhcp_cmd.c 135 unsigned int pxe_type; local
164 pxe_type = strtoul ( pxe_type_txt, &end, 0 );
171 if ( ( rc = pxebs ( netdev, pxe_type ) ) != 0 ) {
  /external/syslinux/gpxe/src/usr/
pxemenu.c 347 unsigned int pxe_type; local
362 pxe_type = menu->items[menu->selection].type;
368 if ( ! pxe_type )
372 if ( ( rc = pxebs ( netdev, pxe_type ) ) != 0 )
  /external/syslinux/gpxe/src/net/udp/
dhcp.c 256 uint16_t pxe_type; member in struct:dhcp_session
847 le16_to_cpu ( dhcp->pxe_type ) );
850 menu_item.type = dhcp->pxe_type;
919 if ( menu_item.type != dhcp->pxe_type )
    [all...]

Completed in 219 milliseconds