Return the interface name
#include <net/if_vp.h>
char * vp_ifrname( vpid_t id,
char * ifn );
vpack3r.lib, vpack3s.lib
The vp_ifrname() function returns the interface name for the given vpid_t.
The value of ifn on success, or NULL if id is invalid.
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |