Home
last modified time | relevance | path

Searched refs:OUT_MULTICAST (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c120 if (ifp == NULL && type == OUT_MULTICAST) { in output()
137 case OUT_MULTICAST: in output()
154 ifindex = (type != OUT_MULTICAST && type != OUT_QUERY && in output()
167 if (type == OUT_MULTICAST && in output()
763 type == OUT_MULTICAST) in supply()
793 case OUT_MULTICAST: in supply()
795 v2buf.type = OUT_MULTICAST; in supply()
968 type = OUT_MULTICAST; in rip_bcast()
1050 type = OUT_MULTICAST; in rip_query()
H A Ddefs.h563 enum output_type {OUT_QUERY, OUT_UNICAST, OUT_BROADCAST, OUT_MULTICAST, enumerator