taglinefilesource code
stage767net/inet/ip_fw.cint ip_acct_ctl(int stage, void *m, int len)
stage769net/inet/ip_fw.cif ( stage == IP_ACCT_FLUSH )
stage774net/inet/ip_fw.cif ( stage == IP_ACCT_ZERO )
stage779net/inet/ip_fw.cif ( stage == IP_ACCT_ADD
stage780net/inet/ip_fw.c|| stage == IP_ACCT_DEL
stage788net/inet/ip_fw.cswitch (stage) 
stage799net/inet/ip_fw.cprintf("ip_acct_ctl:  unknown request %d\n",stage);
stage805net/inet/ip_fw.cprintf("ip_acct_ctl:  unknown request %d\n",stage);
stage812net/inet/ip_fw.cint ip_fw_ctl(int stage, void *m, int len)
stage814net/inet/ip_fw.cif ( stage == IP_FW_FLUSH )
stage821net/inet/ip_fw.cif ( stage == IP_FW_POLICY )
stage831net/inet/ip_fw.cif ( stage == IP_FW_CHK_BLK 
stage832net/inet/ip_fw.c|| stage == IP_FW_CHK_FWD )
stage857net/inet/ip_fw.cstage == IP_FW_CHK_BLK ?
stage870net/inet/ip_fw.cif ( stage == IP_FW_ADD_BLK || stage == IP_FW_ADD_FWD
stage871net/inet/ip_fw.c|| stage == IP_FW_DEL_BLK || stage == IP_FW_DEL_FWD
stage879net/inet/ip_fw.cswitch (stage) 
stage894net/inet/ip_fw.cprintf("ip_fw_ctl:  unknown request %d\n",stage);
stage901net/inet/ip_fw.cprintf("ip_fw_ctl:  unknown request %d\n",stage);