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

vp_mgethdr()

Allocate an mbuf and initialize it as a packet header

Synopsis:

#include <net/if_vp.h>

struct mbuf * vp_mgethdr( vpid_t id, 
                          short type );

Library:

vpack3r.lib, vpack3s.lib

Description:

The vp_mgethdr() function gets an mbuf that's initialized as a packet header.

Returns:

A pointer to an mbuf that's initialized as a packet header.

Classification:

QNX 4

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

/usr/include/sys/mbuf.h


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