Home
last modified time | relevance | path

Searched refs:SOL_ROUTE (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/inet/ip/
H A Drts_opt_data.c68 { RT_AWARE, SOL_ROUTE, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
H A Drts.c547 case SOL_ROUTE: in rts_opt_get()
634 case SOL_ROUTE: in rts_do_opt_set()
/titanic_50/usr/src/uts/common/sys/
H A Dsocket.h250 #define SOL_ROUTE 0xfffe /* options for routing socket level */ macro
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c309 if (setsockopt(rtsock_fd, SOL_ROUTE, RT_AWARE, &aware, in main()
/titanic_50/usr/src/cmd/truss/
H A Dprint.c1827 } else if (val == SOL_ROUTE) { in prt_sol()
2022 case SOL_ROUTE: outstring(pri, route_optname(pri, val)); in prt_son()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1302 if (setsockopt(s, SOL_ROUTE, RT_AWARE, &aware, sizeof (aware)) == -1) { in setup_rtsock()