Home
last modified time | relevance | path

Searched refs:IFACE_TEE (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/ipcad/ipcad-3.7.3/
H A Dpsrc.c131 ps->iface_type = IFACE_TEE; in create_packet_source()
177 case IFACE_TEE: in create_packet_source()
207 case IFACE_TEE: in init_packet_source()
262 case IFACE_TEE: in IFNameBySource()
H A Dpsrc-divert.c55 || ps->iface_type == IFACE_TEE); /* Don't cook crap */ in init_packet_source_divert()
96 || ps->iface_type == IFACE_TEE); in print_stats_divert()
H A Dloop-divert.c56 assert(ps->iface_type == IFACE_DIVERT || ps->iface_type == IFACE_TEE); in process_divert()
H A Dpsrc.h45 IFACE_TEE, /* BSD ipfw(8) tee */ enumerator