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

  /external/syslinux/gpxe/src/net/
aoe.c 94 struct aoehdr *aoehdr; local
134 iobuf = alloc_iob ( ETH_HLEN + sizeof ( *aoehdr ) +
140 aoehdr = iob_put ( iobuf, sizeof ( *aoehdr ) );
142 memset ( aoehdr, 0, ( sizeof ( *aoehdr ) + aoecmdlen ) );
145 aoehdr->ver_flags = AOE_VERSION;
146 aoehdr->major = htons ( aoe->major );
147 aoehdr->minor = aoe->minor
291 struct aoehdr *aoehdr = iobuf->data; local
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
aoe.h 67 struct aoehdr { struct

Completed in 848 milliseconds