src/stack/rawethsock/rawethsock.h File Reference

SOCKRAWETH private definitions. More...


Functions

int RawEthSockPrAttach (SOCKRAWETH *ps)
int RawEthSockPrDetach (SOCKRAWETH *ps)


Detailed Description

SOCKRAWETH private definitions.

NOTE: (C) Copyright 2008, Texas Instruments, Inc.

Function Documentation

int RawEthSockPrAttach ( SOCKRAWETH ps  ) 

Description
The function attaches the socket to the appropriate global family list.

Parameters:
[in] ps The pointer to the socket which we will attach to the corresponding list.
Return values:
Success - 0
Error - Non Zero

int RawEthSockPrDetach ( SOCKRAWETH ps  ) 

Description
The function detaches the socket from the appropriate global family list.

Parameters:
[in] ps The pointer to the socket which we will detach from the corresponding list.
Return values:
Success - 0
Error - Non Zero


Copyright 2009, Texas Instruments Incorporated