| /onnv/onnv-gate/usr/src/uts/common/netinet/ |
| in_pcb.h | 40 struct route inp_route; /* placeholder for routing entry */
|
| /onnv/onnv-gate/usr/src/uts/common/inet/kifconf/ |
| kifconf.c | 30 #include <net/route.h> 72 struct rtentry route; local 146 (void) memset(&route, 0, sizeof (route)); 147 rt_sin = (struct sockaddr_in *)&route.rt_dst; 150 rt_sin = (struct sockaddr_in *)&route.rt_gateway; 152 route.rt_flags = RTF_GATEWAY | RTF_UP; 153 sbuf.buf = (caddr_t)&route; 154 sbuf.maxlen = sbuf.len = sizeof (route);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
| trace.h | 76 #define TRACE_ACTION(action, route) { \ 78 traceaction(ftrace, (action), (route)); \
|
| defs.h | 56 #include <net/route.h>
|
| /onnv/onnv-gate/usr/src/cmd/svc/milestone/ |
| net-routing-setup | 75 # empty "/etc/defaultrouter" file will cause the default route 95 # the last route between the running system and its 99 # First, remember the original route. 107 # this, if one of the routes we add is for the route 114 route_added=`/usr/sbin/route -n add default \ 122 # Finally, delete the original default route unless it 126 /usr/sbin/route -n delete default \ 130 /usr/sbin/route -fn > /dev/null 140 # to disabled if a default route was previously added via BOOTP, DHCP, 145 # No default routes were setup by "route" command above [all...] |
| net-physical | 388 *) /sbin/route -n add default -gateway $router ;; 410 # is used to add a default route. 448 [ -n "$router" ] && route add \
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWroutr/ |
| prototype_com | 51 f none lib/svc/method/svc-route 0555 root bin 60 f manifest var/svc/manifest/network/routing/route.xml 0444 root sys
|
| /onnv/onnv-gate/usr/src/uts/common/net/ |
| Makefile | 29 HDRS= af.h if.h if_arp.h if_dl.h if_types.h route.h pfkeyv2.h pfpolicy.h \
|
| route.h | 58 * A route consists of a destination address and a reference 62 struct route { struct 78 uint32_t rmx_expire; /* lifetime for route, e.g. redirect */ 84 uint32_t rmx_pksent; /* packets sent using this route */ 92 * preferring the former if available. For each route we infer 94 * the route was entered. Routes that forward packets through 115 #define RTF_UP 0x1 /* route usable */ 128 #define RTF_PRIVATE 0x2000 /* do not advertise this route */ 169 #define RTM_ADD 0x1 /* Add Route */ 170 #define RTM_DELETE 0x2 /* Delete Route */ [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| hostconfig.c | 51 #include <net/route.h> 284 struct rtentry route; local 288 (void) memset(&route, 0, sizeof (route)); 290 /* route destination is "default" - zero */ 292 sin = (struct sockaddr_in *)&route.rt_dst; 296 sin = (struct sockaddr_in *)&route.rt_gateway; 300 route.rt_flags = RTF_GATEWAY | RTF_UP; 306 if (ioctl(s, SIOCADDRT, (char *)&route) == -1) { 307 perror("add default route"); [all...] |
| Makefile | 42 ROOTFS_PROG= hostconfig route soconfig 43 SBINLINKS= hostconfig route 50 in.rwhod in.telnetd in.tftpd ipaddrsel route 53 in.tftpd ipaddrsel route 56 TSNETPROG= route 81 ipaddrsel route \ 109 POFILES= 6to4relay.po if_mpadm.po in.comsat.po ipaddrsel.po route.po 153 route := CPPFLAGS += -DNDEBUG macro 255 $(LINT.c) route.c $(LDLIBS) -lsocket -lnsl -ltsnet
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
| Makefile | 19 MANIFEST= route.xml 20 SVCMETHOD= svc-route
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsr/ |
| Makefile | 78 ../../cmd/cmd-inet/usr.sbin/THIRDPARTYLICENSE.route \
|
| /onnv/onnv-gate/usr/src/uts/common/sys/tsol/ |
| tnet.h | 37 #include <net/route.h>
|
| tndb.h | 38 #include <net/route.h>
|
| /onnv/onnv-gate/usr/src/lib/libsip/common/ |
| sip_dialog.c | 70 * Route set structure 163 * Get the route information from the 'value' and add it to the route 206 * Check if the 'lr' param is present for this route. 222 * Depending on the route-set, determine the request URI. 254 * Free the route set. 271 * Recompute route-set 297 * If the route set is empty, the UAC MUST place the remote target URI 298 * into the Request-URI. The UAC MUST NOT add a Route header field to 301 * If the route set is not empty, and the first URI in the route se 325 sip_dlg_route_set_t *route; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
| defs.h | 64 #include <net/route.h>
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
| select.c | 37 #include <net/route.h>
|
| /onnv/onnv-gate/usr/src/lib/smbsrv/libsmb/common/ |
| smb_nicmon.c | 39 #include <net/route.h>
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
| mpd_defs.h | 71 #include <net/route.h>
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/ |
| services | 115 route 520/udp router routed
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
| state_machine.c | 53 #include <net/route.h>
|
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
| bootparam_subr.c | 46 #include <net/route.h> 67 * and suggested route machine.
|
| /onnv/onnv-gate/usr/src/lib/libtsnet/common/ |
| misc.c | 44 #include <net/route.h>
|
| /onnv/onnv-gate/usr/src/uts/common/inet/ipf/ |
| ip_compat.c | 81 #include <net/route.h>
|