public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Support BSD sysctl() compile failed
@ 2000-09-14 14:48 Gary Guangyu Pei
  2000-09-14 16:29 ` Gary Thomas
  0 siblings, 1 reply; 3+ messages in thread
From: Gary Guangyu Pei @ 2000-09-14 14:48 UTC (permalink / raw)
  To: ecos-discuss

Hi, 
When I choose this option, I got the following error:

//D/eCos/packages/net/tcpip/current/src/sys/netinet/ip_input.c: In
function `ip_sysctl':
//D/eCos/packages/net/tcpip/current/src/sys/netinet/ip_input.c:1541:
warning: implicit declaration of function `sysctl_int'
//D/eCos/packages/net/tcpip/current/src/sys/netinet/ip_input.c:1555:
`securelevel' undeclared (first use in this function)
//D/eCos/packages/net/tcpip/current/src/sys/netinet/ip_input.c:1555: (Each
undeclared identifier is reported only once
//D/eCos/packages/net/tcpip/current/src/sys/netinet/ip_input.c:1555: for
each function it appears in.)
make[1]: *** [src/sys/netinet/ip_input.o.d] Error 1

Would you please let me know if there is a way to use sysctl in the eCos?

Thanks,

Gary

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [ECOS] Support BSD sysctl() compile failed
  2000-09-14 14:48 [ECOS] Support BSD sysctl() compile failed Gary Guangyu Pei
@ 2000-09-14 16:29 ` Gary Thomas
  2000-09-14 16:39   ` Gary Guangyu Pei
  0 siblings, 1 reply; 3+ messages in thread
From: Gary Thomas @ 2000-09-14 16:29 UTC (permalink / raw)
  To: Gary Guangyu Pei; +Cc: ecos-discuss

On 14-Sep-2000 Gary Guangyu Pei wrote:
> Hi, 
> When I choose this option, I got the following error:
> 
> //D/eCos/packages/net/tcpip/current/src/sys/netinet/ip_input.c: In
> function `ip_sysctl':
> //D/eCos/packages/net/tcpip/current/src/sys/netinet/ip_input.c:1541:
> warning: implicit declaration of function `sysctl_int'
> //D/eCos/packages/net/tcpip/current/src/sys/netinet/ip_input.c:1555:
> `securelevel' undeclared (first use in this function)
> //D/eCos/packages/net/tcpip/current/src/sys/netinet/ip_input.c:1555: (Each
> undeclared identifier is reported only once
> //D/eCos/packages/net/tcpip/current/src/sys/netinet/ip_input.c:1555: for
> each function it appears in.)
> make[1]: *** [src/sys/netinet/ip_input.o.d] Error 1
> 
> Would you please let me know if there is a way to use sysctl in the eCos?

This function is not supported [at all] at this time.  The remnants of
it's use remain in the networking code only as placeholders for future
service.

What kind of 'sysctl()' functionality were you looking for?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [ECOS] Support BSD sysctl() compile failed
  2000-09-14 16:29 ` Gary Thomas
@ 2000-09-14 16:39   ` Gary Guangyu Pei
  0 siblings, 0 replies; 3+ messages in thread
From: Gary Guangyu Pei @ 2000-09-14 16:39 UTC (permalink / raw)
  To: Gary Thomas; +Cc: ecos-discuss

I am trying to fetch and set values such as IPCTL_FORWARDING,
NET_RT_IFLIST etc. Is there an easy way to do this? 

Thanks,

Gary Pei

On Thu, 14 Sep 2000, Gary Thomas wrote:

|
|On 14-Sep-2000 Gary Guangyu Pei wrote:
|> Hi, 
|> When I choose this option, I got the following error:
|> 
|> //D/eCos/packages/net/tcpip/current/src/sys/netinet/ip_input.c: In
|> function `ip_sysctl':
|> //D/eCos/packages/net/tcpip/current/src/sys/netinet/ip_input.c:1541:
|> warning: implicit declaration of function `sysctl_int'
|> //D/eCos/packages/net/tcpip/current/src/sys/netinet/ip_input.c:1555:
|> `securelevel' undeclared (first use in this function)
|> //D/eCos/packages/net/tcpip/current/src/sys/netinet/ip_input.c:1555: (Each
|> undeclared identifier is reported only once
|> //D/eCos/packages/net/tcpip/current/src/sys/netinet/ip_input.c:1555: for
|> each function it appears in.)
|> make[1]: *** [src/sys/netinet/ip_input.o.d] Error 1
|> 
|> Would you please let me know if there is a way to use sysctl in the eCos?
|
|This function is not supported [at all] at this time.  The remnants of
|it's use remain in the networking code only as placeholders for future
|service.
|
|What kind of 'sysctl()' functionality were you looking for?
|

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-09-14 16:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-14 14:48 [ECOS] Support BSD sysctl() compile failed Gary Guangyu Pei
2000-09-14 16:29 ` Gary Thomas
2000-09-14 16:39   ` Gary Guangyu Pei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).