Home
last modified time | relevance | path

Searched refs:IFLAG_NF_DISABLE (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/ipcad/ipcad-3.7.3/
H A Dcfgvar.c56 if(!(iflags & IFLAG_NF_DISABLE)) in cfg_add_iface()
61 if((iflags & IFLAG_NF_DISABLE)) fprintf(stderr, "[!NF] "); in cfg_add_iface()
H A Dpsrc.h70 IFLAG_NF_DISABLE= 0x08, /* Disable NetFlow */ enumerator
H A Dprocess.c268 if(conf->netflow_enabled && !(ps->iflags & IFLAG_NF_DISABLE)) { in process_packet_data()
H A Dcfg.y127 | NETFLOW_DISABLE { $$ = IFLAG_NF_DISABLE; }
H A Dcfgy.c895 { yyval.tv_int = IFLAG_NF_DISABLE; ; in yyparse()