does PF_ROUTE is implemented in qnx for ppcbe?

Hi,

I’m trying to open socket with the following parameters:
socket(PF_ROUTE, SOCK_RAW, 0)

The command fails on ppcbe.
Is there anywhere implementation of PF_ROUTE for ppcbe?

Benzy Gabay
R&D
Everbee Wireless
mailto:bgabay@everbeewireless.com

Are you using the full stack?

-seanb

Benzy Gabay <bgabay@everbee.com> wrote:
: Hi,

: I’m trying to open socket with the following parameters:
: socket(PF_ROUTE, SOCK_RAW, 0)

: The command fails on ppcbe.
: Is there anywhere implementation of PF_ROUTE for ppcbe?

: –
: ----------------------------------------------
: Benzy Gabay
: R&D
: Everbee Wireless
: mailto:bgabay@everbeewireless.com

Routing sockets aren’t supported by the tiny stack.
You can add / del routes with the tiny stack with
the SIOCADRT / SIOCDELRT ioctls. See the documentation.

-seanb

Benzy Gabay <bgabay@everbee.com> wrote:
: no, the tiny

: –
: ----------------------------------------------
: Benzy Gabay
: R&D
: Everbee Wireless
: mailto:bgabay@everbeewireless.com
: “Sean Boudreau” <seanb@qnx.com> wrote in message
: news:9n01t9$kdq$1@nntp.qnx.com
:>
:> Are you using the full stack?
:>
:> -seanb
:>
:> Benzy Gabay <bgabay@everbee.com> wrote:
:> : Hi,
:>
:> : I’m trying to open socket with the following parameters:
:> : socket(PF_ROUTE, SOCK_RAW, 0)
:>
:> : The command fails on ppcbe.
:> : Is there anywhere implementation of PF_ROUTE for ppcbe?
:>
:> : –
:> : ----------------------------------------------
:> : Benzy Gabay
:> : R&D
:> : Everbee Wireless
:> : mailto:bgabay@everbeewireless.com
:>
:>

no, the tiny

Benzy Gabay
R&D
Everbee Wireless
mailto:bgabay@everbeewireless.com
“Sean Boudreau” <seanb@qnx.com> wrote in message
news:9n01t9$kdq$1@nntp.qnx.com

Are you using the full stack?

-seanb

Benzy Gabay <> bgabay@everbee.com> > wrote:
: Hi,

: I’m trying to open socket with the following parameters:
: socket(PF_ROUTE, SOCK_RAW, 0)

: The command fails on ppcbe.
: Is there anywhere implementation of PF_ROUTE for ppcbe?

: –
: ----------------------------------------------
: Benzy Gabay
: R&D
: Everbee Wireless
: mailto:> bgabay@everbeewireless.com