tag | line | file | source code |
stage | 767 | net/inet/ip_fw.c | int ip_acct_ctl(int stage, void *m, int len) |
stage | 769 | net/inet/ip_fw.c | if ( stage == IP_ACCT_FLUSH ) |
stage | 774 | net/inet/ip_fw.c | if ( stage == IP_ACCT_ZERO ) |
stage | 779 | net/inet/ip_fw.c | if ( stage == IP_ACCT_ADD |
stage | 780 | net/inet/ip_fw.c | || stage == IP_ACCT_DEL |
stage | 788 | net/inet/ip_fw.c | switch (stage) |
stage | 799 | net/inet/ip_fw.c | printf("ip_acct_ctl: unknown request %d\n",stage); |
stage | 805 | net/inet/ip_fw.c | printf("ip_acct_ctl: unknown request %d\n",stage); |
stage | 812 | net/inet/ip_fw.c | int ip_fw_ctl(int stage, void *m, int len) |
stage | 814 | net/inet/ip_fw.c | if ( stage == IP_FW_FLUSH ) |
stage | 821 | net/inet/ip_fw.c | if ( stage == IP_FW_POLICY ) |
stage | 831 | net/inet/ip_fw.c | if ( stage == IP_FW_CHK_BLK |
stage | 832 | net/inet/ip_fw.c | || stage == IP_FW_CHK_FWD ) |
stage | 857 | net/inet/ip_fw.c | stage == IP_FW_CHK_BLK ? |
stage | 870 | net/inet/ip_fw.c | if ( stage == IP_FW_ADD_BLK || stage == IP_FW_ADD_FWD |
stage | 871 | net/inet/ip_fw.c | || stage == IP_FW_DEL_BLK || stage == IP_FW_DEL_FWD |
stage | 879 | net/inet/ip_fw.c | switch (stage) |
stage | 894 | net/inet/ip_fw.c | printf("ip_fw_ctl: unknown request %d\n",stage); |
stage | 901 | net/inet/ip_fw.c | printf("ip_fw_ctl: unknown request %d\n",stage); |