[Previous] [Contents] [Index] [Next]

vp_mtok()

Convert an application address to a TCP/IP stack address

Synopsis:

#include <net/if_vp.h>

caddr_t vp_mtok( vpid_t id, 
                 caddr_t addr );

Library:

vpack3r.lib, vpack3s.lib

Description:

The vp_mtok() function converts an application address space to a TCP/IP stack address space.

Returns:

An address from the TCP/IP stack address interface, or NULL if it can't convert.

Classification:

QNX 4

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

vp_ktom()


[Previous] [Contents] [Index] [Next]