summaryrefslogtreecommitdiffstats
path: root/share/man/man4/route.4
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-01-30 23:57:31 +0000
committermpp <mpp@FreeBSD.org>1997-01-30 23:57:31 +0000
commitac703727d2fe1b8d7bfcffb380e9fe67ce747332 (patch)
treec2fbae1fc414e6da62474f5f0d9ac07590ccb2b0 /share/man/man4/route.4
parent7baf285865adcd9880eda4b727fa8a7ea42a4670 (diff)
downloadFreeBSD-src-ac703727d2fe1b8d7bfcffb380e9fe67ce747332.zip
FreeBSD-src-ac703727d2fe1b8d7bfcffb380e9fe67ce747332.tar.gz
Update to reflect current include files.
Diffstat (limited to 'share/man/man4/route.4')
-rw-r--r--share/man/man4/route.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/route.4 b/share/man/man4/route.4
index 408aa52..353b955 100644
--- a/share/man/man4/route.4
+++ b/share/man/man4/route.4
@@ -203,11 +203,11 @@ struct rt_msghdr {
u_char rtm_version; /* future binary compatibility */
u_char rtm_type; /* message type */
u_short rmt_index; /* index for associated ifp */
- pid_t rmt_pid; /* identify sender */
+ int rtm_flags; /* flags, incl kern & message, e.g. DONE */
int rtm_addrs; /* bitmask identifying sockaddrs in msg */
+ pid_t rmt_pid; /* identify sender */
int rtm_seq; /* for sender to identify action */
int rtm_errno; /* why failed */
- int rtm_flags; /* flags, incl kern & message, e.g. DONE */
int rtm_use; /* from rtentry */
u_long rtm_inits; /* which values we are initializing */
struct rt_metrics rtm_rmx; /* metrics themselves */
OpenPOWER on IntegriCloud