Module net_util::sys::unix::tap

source ·

Modules

Structs

Handle for a network tap interface.

Functions

Create a sockaddr_in from an IPv4 address, and expose it as an opaque sockaddr suitable for usage by socket ioctls.
Extract the IPv4 address from a sockaddr. Assumes the sockaddr is a sockaddr_in.