]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man4/route.4
xnu-3247.1.106.tar.gz
[apple/xnu.git] / bsd / man / man4 / route.4
index 06e142b1a308d6db23292f9ea2df3a76de83d747..e4f456335351c149d4cf3b61fba5826e80be7935 100644 (file)
@@ -185,7 +185,6 @@ Messages include:
 #define        RTM_DELETE      0x2    /* Delete Route */
 #define        RTM_CHANGE      0x3    /* Change Metrics, Flags, or Gateway */
 #define        RTM_GET         0x4    /* Report Information */
-#define        RTM_LOOSING     0x5    /* Kernel Suspects Partitioning */
 #define        RTM_REDIRECT    0x6    /* Told to use different route */
 #define        RTM_MISS        0x7    /* Lookup failed on this address */
 #define        RTM_RESOLVE     0xb    /* request to resolve dst to LL addr */
@@ -194,11 +193,11 @@ Messages include:
 A message header consists of:
 .Bd -literal
 struct rt_msghdr {
-    u_short rmt_msglen;  /* to skip over non-understood messages */
+    u_short rtm_msglen;  /* to skip over non-understood messages */
     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 */
+    u_short rtm_index;   /* index for associated ifp or interface scope */
+    pid_t   rtm_pid;     /* identify sender */
     int     rtm_addrs;   /* bitmask identifying sockaddrs in msg */
     int     rtm_seq;     /* for sender to identify action */
     int     rtm_errno;   /* why failed */
@@ -241,6 +240,7 @@ Flags include the values:
 #define        RTF_BLACKHOLE 0x1000    /* just discard pkts (during updates) */
 #define        RTF_PROTO2    0x4000    /* protocol specific routing flag #1 */
 #define        RTF_PROTO1    0x8000    /* protocol specific routing flag #2 */
+#define        RTF_IFSCOPE   0x1000000 /* has valid interface scope */
 .Ed
 .Pp
 Specifiers for metric values in rmx_locks and rtm_inits are: