#include <sys/types.h>
Go to the source code of this file.
◆ OS_STARTUP_FIRSTNET
| #define OS_STARTUP_FIRSTNET 0 |
◆ RTMP_ADD
| #define RTMP_ADD SIOCADDRT |
◆ RTMP_DEL
| #define RTMP_DEL SIOCDELRT |
◆ RTMPTAB_BAD
◆ RTMPTAB_EXTENDED
| #define RTMPTAB_EXTENDED 0x04 |
◆ RTMPTAB_GOOD
◆ RTMPTAB_HASZONES
| #define RTMPTAB_HASZONES 0x02 |
◆ RTMPTAB_PERM
◆ RTMPTAB_ROUTE
| #define RTMPTAB_ROUTE 0x08 |
◆ RTMPTAB_SUSP1
◆ RTMPTAB_SUSP2
◆ RTMPTAB_ZIPQUERY
| #define RTMPTAB_ZIPQUERY 0x01 |
◆ STARTUP_FIRSTNET
| #define STARTUP_FIRSTNET 0xff00 |
◆ STARTUP_LASTNET
| #define STARTUP_LASTNET 0xfffe |
◆ SZ_RTMPTUPLE
◆ gateroute()
| int gateroute |
( |
unsigned int | command, |
|
|
struct rtmptab * | rtmp ) |
◆ looproute()
| int looproute |
( |
struct interface * | iface, |
|
|
unsigned int | cmd ) |
◆ newrt()
◆ rtmp_delzonemap()
| void rtmp_delzonemap |
( |
struct rtmptab * | rtmp | ) |
|
◆ rtmp_free()
| void rtmp_free |
( |
struct rtmptab * | rtmp | ) |
|
Remove rtmp from the in-use table and the per-gate table. Free any associated space.
◆ rtmp_packet()
| int rtmp_packet |
( |
struct atport * | ap, |
|
|
struct sockaddr_at * | from, |
|
|
char * | data, |
|
|
int | len ) |
◆ rtmp_replace()
| int rtmp_replace |
( |
struct rtmptab ** | replace_ptr | ) |
|
Find a replacement for the structure pointed to by "replace_ptr".
- Returns
- If we can't find a replacement, return 1.
-
If we do find a replacement, return 0.
-
If we encounter an error, return -1.
◆ rtmp_request()
◆ rtfd