SAMV71 Xplained Ultra Software Package 1.3

lwip_setgetsockopt_data Struct Reference

Data Fields

struct lwip_socketsock
int s
int level
int optname
void * optval
socklen_t * optlen
err_t err

Detailed Description

This struct is used to pass data to the set/getsockopt_internal functions running in tcpip_thread context (only a void* is allowed)

Definition at line 97 of file sockets.c.


Field Documentation

if an error occures, it is temporarily stored here

Definition at line 112 of file sockets.c.

level of the option to process

Definition at line 103 of file sockets.c.

size of *optval

Definition at line 110 of file sockets.c.

name of the option to process

Definition at line 105 of file sockets.c.

set: value to set the option to get: value of the option is stored here

Definition at line 108 of file sockets.c.

socket index for which to change options

Definition at line 101 of file sockets.c.

socket struct for which to change options

Definition at line 99 of file sockets.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines