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

vp_mclget()

Get a cluster

Synopsis:

#include <net/if_vp.h>

void vp_mclget( vpid_t id,
                struct mbuf * m );

Library:

vpack3r.lib, vpack3s.lib

Description:

The vp_mclget() function gets a cluster.

id
A virtual packet ID returned by vp_attach().
m
Initialize and attach a new cluster with this mbuf.

Returns:

A cluster attached to m on success.

Classification:

QNX 4

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

vp_mfree(), vp_mfreem()


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