Help : How to implement linux/if_packet.h

In Linux we have

#include <linux/if_packet.h>

in QNX Momentics IDE for QNX Neutrino 6.3.2 how to implement the
same?
example

for
#include <linux/if.h> we have #include <net/if.h>…

digiwizard <deethugopinath@kalkitech-dot-in.no-spam.invalid> wrote:

In Linux we have

#include <linux/if_packet.h

in QNX Momentics IDE for QNX Neutrino 6.3.2 how to implement the
same?
example

There’s no real released equivalent to AF_PACKET in io-net.
In io-pkt there is (will be) BPF / libpcap which should
provide the same functionality but the interface is
different.

-seanb