Home | History | Annotate | Download | only in net

Lines Matching refs:iobuf

31 #include <gpxe/iobuf.h>
47 * @v iobuf I/O buffer
54 struct io_buffer *iobuf, const void *ll_dest,
56 struct ethhdr *ethhdr = iob_push ( iobuf, sizeof ( *ethhdr ) );
70 * @v iobuf I/O buffer
77 struct io_buffer *iobuf, const void **ll_dest,
79 struct ethhdr *ethhdr = iobuf->data;
82 if ( iob_len ( iobuf ) < sizeof ( *ethhdr ) ) {
84 iob_len ( iobuf ) );
89 iob_pull ( iobuf, sizeof ( *ethhdr ) );