Searched refs:OUT_UNICAST (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sbin/routed/ |
| D | output.c | 130 case OUT_UNICAST: in output() 727 case OUT_UNICAST: in supply() 870 type = OUT_UNICAST; in rip_bcast() 876 type = OUT_UNICAST; in rip_bcast() 960 type = OUT_UNICAST; in rip_query() 965 type = OUT_UNICAST; in rip_query()
|
| D | input.c | 372 supply(from, aifp, OUT_UNICAST, 0, in input() 466 (void)output(OUT_UNICAST, from, aifp, in input()
|
| D | defs.h | 438 enum output_type {OUT_QUERY, OUT_UNICAST, OUT_BROADCAST, OUT_MULTICAST, enumerator
|