diff --git a/extra/unix/linux/sockios/sockios.factor b/extra/unix/linux/sockios/sockios.factor index 22da13f482..fd1bb10e2e 100644 --- a/extra/unix/linux/sockios/sockios.factor +++ b/extra/unix/linux/sockios/sockios.factor @@ -3,6 +3,11 @@ IN: unix.linux.sockios ! Imported from linux-headers-2.6.15-28-686 on Ubuntu 6.06 +! Routing table calls +: SIOCADDRT HEX: 890B ; ! add routing table entry +: SIOCDELRT HEX: 890C ; ! delete routing table entry +: SIOCRTMSG HEX: 890D ; ! call to routing system + ! Socket configuration controls : SIOCGIFNAME HEX: 8910 ; ! get iface name