| /onnv/onnv-gate/usr/src/uts/common/net/ |
| route.h | 117 #define RTF_HOST 0x4 /* host entry (net otherwise) */
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
| trace.c | 149 { RTF_HOST, "HOST" },
|
| tables.c | 280 rt->rt_flags |= RTF_HOST; 537 { RTF_HOST, "HOST" },
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| route.c | 746 rtm->rtm_flags |= RTF_HOST; 761 rtm->rtm_flags |= RTF_HOST; 814 rtm->rtm_flags & RTF_HOST ? routename(sa) : 1095 (rcip->ri_flags & RTF_HOST) ? "host" : "net", [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ip/ |
| ip_rts.c | 376 (rtm->rtm_flags & RTF_HOST)) 383 (rtm->rtm_flags & RTF_HOST)) 488 if ((rtm->rtm_flags & (RTF_MULTIRT | RTF_HOST)) == [all...] |
| ip6_if.c | 421 * If this is the case of RTF_HOST being set, then we set the netmask 424 if (flags & RTF_HOST) 712 * assumed when RTF_HOST is set) results in an IRE_HOST being created. 804 * POLICY: should we allow an RTF_HOST with address INADDR_ANY? 928 * If this is the case of RTF_HOST being set, then we set the netmask 931 if (flags & RTF_HOST) { [all...] |
| ip_ire.c | [all...] |
| ip6.c | 1154 (RTF_DYNAMIC | RTF_GATEWAY | RTF_HOST), [all...] |
| ip_if.c | [all...] |
| ip.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
| table.c | 837 w.w_rtm.rtm_flags |= RTF_HOST; 1113 if (rtm->rtm_flags & RTF_HOST) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/ip/ |
| ip.c | 805 { "HOST", RTF_HOST, RTF_HOST }, [all...] |
| /onnv/onnv-gate/usr/src/cmd/zoneadmd/ |
| vplat.c | [all...] |