Likhin
Likhin

Reputation: 1

How to send an IP packet in vxworks?

I am developing a packet filter in vxworks platform.For that, I need to send an individual IP packet. Can anyone say which is the simplest way for doing it? Can I use RAW socket in vxworks as like linux?

Thanks & regards, Likhin

Upvotes: 0

Views: 844

Answers (1)

Jeff
Jeff

Reputation: 1867

Yes, you can use RAW sockets. Take a look at sockLib

Upvotes: 1

Related Questions