Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c118 if (ifp == NULL && type == OUT_MULTICAST) { in output()
135 case OUT_MULTICAST: in output()
152 ifindex = (type != OUT_MULTICAST && type != OUT_QUERY && in output()
165 if (type == OUT_MULTICAST && in output()
761 type == OUT_MULTICAST) in supply()
791 case OUT_MULTICAST: in supply()
793 v2buf.type = OUT_MULTICAST; in supply()
966 type = OUT_MULTICAST; in rip_bcast()
1048 type = OUT_MULTICAST; in rip_query()
H A Ddefs.h563 enum output_type {OUT_QUERY, OUT_UNICAST, OUT_BROADCAST, OUT_MULTICAST, enumerator