mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-25 07:48:14 +08:00
parent
f700edc5b8
commit
5ef23a2836
@ -95,6 +95,9 @@ protohandlerout(struct libalias *la, struct ip *pip, struct alias_data *ah)
|
||||
}
|
||||
|
||||
/* Kernel module definition. */
|
||||
#ifdef __rtems__
|
||||
static
|
||||
#endif /* __rtems__ */
|
||||
struct proto_handler handlers[] = {
|
||||
{
|
||||
.pri = 120,
|
||||
|
@ -105,6 +105,9 @@ protohandler(struct libalias *la, struct ip *pip, struct alias_data *ah)
|
||||
* ITS EXACT NAME: handlers.
|
||||
*/
|
||||
|
||||
#ifdef __rtems__
|
||||
static
|
||||
#endif /* __rtems__ */
|
||||
struct proto_handler handlers [] = {
|
||||
{
|
||||
.pri = 666,
|
||||
@ -154,4 +157,3 @@ AliasHandleDummy(struct libalias *la, struct ip *ip, struct alias_data *ah)
|
||||
{
|
||||
; /* Dummy. */
|
||||
}
|
||||
|
||||
|
@ -151,6 +151,9 @@ protohandler_in(struct libalias *la, struct ip *pip, struct alias_data *ah)
|
||||
return (0);
|
||||
}
|
||||
|
||||
#ifdef __rtems__
|
||||
static
|
||||
#endif /* __rtems__ */
|
||||
struct proto_handler handlers[] = {
|
||||
{
|
||||
.pri = 80,
|
||||
|
@ -120,6 +120,9 @@ protohandler(struct libalias *la, struct ip *pip, struct alias_data *ah)
|
||||
return (0);
|
||||
}
|
||||
|
||||
#ifdef __rtems__
|
||||
static
|
||||
#endif /* __rtems__ */
|
||||
struct proto_handler handlers[] = {
|
||||
{
|
||||
.pri = 90,
|
||||
|
@ -131,6 +131,9 @@ protohandler2out(struct libalias *la, struct ip *pip, struct alias_data *ah)
|
||||
}
|
||||
|
||||
/* Kernel module definition. */
|
||||
#ifdef __rtems__
|
||||
static
|
||||
#endif /* __rtems__ */
|
||||
struct proto_handler handlers[] = {
|
||||
{
|
||||
.pri = 130,
|
||||
|
@ -135,6 +135,9 @@ protohandlergreout(struct libalias *la, struct ip *pip, struct alias_data *ah)
|
||||
}
|
||||
|
||||
/* Kernel module definition. */
|
||||
#ifdef __rtems__
|
||||
static
|
||||
#endif /* __rtems__ */
|
||||
struct proto_handler handlers[] = {
|
||||
{
|
||||
.pri = 200,
|
||||
|
@ -80,6 +80,9 @@ protohandler(struct libalias *la, struct ip *pip, struct alias_data *ah)
|
||||
return (0);
|
||||
}
|
||||
|
||||
#ifdef __rtems__
|
||||
static
|
||||
#endif /* __rtems__ */
|
||||
struct proto_handler handlers[] = {
|
||||
{
|
||||
.pri = 110,
|
||||
|
@ -164,6 +164,9 @@ protohandler(struct libalias *la, struct ip *pip, struct alias_data *ah)
|
||||
return (0);
|
||||
}
|
||||
|
||||
#ifdef __rtems__
|
||||
static
|
||||
#endif /* __rtems__ */
|
||||
struct proto_handler handlers[] = {
|
||||
{
|
||||
.pri = 100,
|
||||
|
Loading…
x
Reference in New Issue
Block a user