GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
gensio_alloc_channel(3) FreeBSD Library Functions Manual gensio_alloc_channel(3)

gensio_alloc_channel - Create a new channel on a channel-capable gensio

#include <gensio/gensio.h>


gensio_event cb, void *user_data,
struct gensio **new_io);

gensio_alloc_channel creates a new channel on a channel-capable gensio. The exact meaning of channel, and the meaning of args depends on the particular gensio, see the the particular gensio class in gensio(5). The new gensio created will be closed and you must call gensio_open on it to start it up.

Zero is returned on success, or a gensio error on failure.

gensio_err(3), gensio(5), gensio_os_funcs(3), gensio_event(3), gensio_open(3)

27 Feb 2019

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.