Home
last modified time | relevance | path

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

/freebsd-9-stable/sbin/routed/
Doutput.c142 case OUT_MULTICAST: in output()
715 case OUT_MULTICAST: in supply()
717 v2buf.type = OUT_MULTICAST; in supply()
857 type = OUT_MULTICAST; in rip_bcast()
868 type = OUT_MULTICAST; in rip_bcast()
952 type = OUT_MULTICAST; in rip_query()
Ddefs.h436 enum output_type {OUT_QUERY, OUT_UNICAST, OUT_BROADCAST, OUT_MULTICAST, enumerator