Convert an application address to a TCP/IP stack address
#include <net/if_vp.h>
caddr_t vp_mtok( vpid_t id,
caddr_t addr );
vpack3r.lib, vpack3s.lib
The vp_mtok() function converts an application address space to a TCP/IP stack address space.
An address from the TCP/IP stack address interface, or NULL if it can't convert.
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |