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
io_receivefd(3) FreeBSD Library Functions Manual io_receivefd(3)

io_receivefd - receive a file descriptor over a Unix Domain socket

#include <libowfat/io.h>

int64 io_receivefd(int64 sock);

io_receivefd receives a file descriptor from the Unix Domain socket sock. You can send a descriptor using io_passfd(3).

io_receivefd returns -1 on error or the file descriptor.

The underlying Unix API can send more than one descriptor at the time. This function expects only one descriptor and will return the first one if more than one were sent.

io_passfd(3)

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.