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

vp_unit()

Return the unit number of the given vpid_t

Synopsis:

#include <net/if_vp.h>

int * vp_unit( vpid_t id );

Library:

vpack3r.lib, vpack3s.lib

Description:

The vp_unit() function returns the unit number of the given vpid_t.

Returns:

Unit number of the interface, or 0 if id is invalid.

Classification:

QNX 4

Safety:
Interrupt handler No
Signal handler No
Thread No

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