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