posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
strbuf Struct Reference

Buffer descriptor for STREAMS getmsg() / putmsg() control and data parts. More...

#include <zephyr/posix/stropts.h>

Data Fields

int maxlen
 Maximum buffer length.
 
int len
 Length of data, or -1 to indicate no data/control part.
 
char * buf
 Pointer to data buffer.
 

Detailed Description

Buffer descriptor for STREAMS getmsg() / putmsg() control and data parts.

Definition at line 35 of file stropts.h.

Field Documentation

◆ buf

char* strbuf::buf

Pointer to data buffer.

Definition at line 38 of file stropts.h.

◆ len

int strbuf::len

Length of data, or -1 to indicate no data/control part.

Definition at line 37 of file stropts.h.

◆ maxlen

int strbuf::maxlen

Maximum buffer length.

Definition at line 36 of file stropts.h.


The documentation for this struct was generated from the following file: