|
void | rndisInit (void) |
| RNDIS core initialization. More...
|
|
error_t | rndisProcessMsg (const RndisMsg *message, size_t length) |
| Process incoming RNDIS message. More...
|
|
error_t | rndisProcessInitializeMsg (const RndisInitializeMsg *message, size_t length) |
| Process RNDIS Initialize message. More...
|
|
error_t | rndisProcessHaltMsg (const RndisHaltMsg *message, size_t length) |
| Process RNDIS Halt message. More...
|
|
error_t | rndisProcessQueryMsg (const RndisQueryMsg *message, size_t length) |
| Process RNDIS Query message. More...
|
|
error_t | rndisProcessSetMsg (const RndisSetMsg *message, size_t length) |
| Process RNDIS Set message. More...
|
|
error_t | rndisProcessResetMsg (const RndisResetMsg *message, size_t length) |
| Process RNDIS Reset message. More...
|
|
error_t | rndisProcessKeepAliveMsg (const RndisKeepAliveMsg *message, size_t length) |
| Process RNDIS Keep-Alive message. More...
|
|
error_t | rndisFormatHaltMsg (void) |
| Format RNDIS Halt message. More...
|
|
error_t | rndisFormatIndicateStatusMsg (uint32_t status) |
| Format RNDIS Indicate Status message. More...
|
|
error_t | rndisFormatInitializeCmplt (uint32_t requestId) |
| Format RNDIS Initialize Cmplt message. More...
|
|
error_t | rndisFormatQueryCmplt (uint32_t requestId, uint32_t status, uint32_t length) |
| Format RNDIS Query Cmplt message. More...
|
|
error_t | rndisFormatSetCmplt (uint32_t requestId, uint32_t status) |
| Format RNDIS Set Cmplt message. More...
|
|
error_t | rndisFormatResetCmplt (void) |
| Format RNDIS Reset Cmplt message. More...
|
|
error_t | rndisFormatKeepAliveCmplt (uint32_t requestId) |
| Format RNDIS Keep-Alive Cmplt message. More...
|
|
error_t | rndisSendNotification (uint32_t notification) |
| Send RNDIS notification message. More...
|
|
void | rndisChangeState (RndisState newState) |
| Update RNDIS state. More...
|
|
RNDIS (Remote Network Driver Interface Specification)
License
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2010-2024 Oryx Embedded SARL. All rights reserved.
This file is part of CycloneTCP Open.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Author
- Oryx Embedded SARL (www.oryx-embedded.com)
- Version
- 2.4.4
Definition in file rndis.c.