HomeSort by: relevance | last modified time | path
    Searched refs:fr_pass (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 481 u_long fr_pass; /* packets allowed */ member in struct:filterstats_4_1
525 int f_defpass; /* default pass - from fr_pass */
1830 nflags |= FR_PASS;
2293 bcopy(&old->of_st[0], &fiop->f_st[0].fr_pass, sizeof(old->of_st[0]));
2294 bcopy(&old->of_st[1], &fiop->f_st[1].fr_pass, sizeof(old->of_st[1]));
2323 bcopy(&old->of_st[0], &fiop->f_st[0].fr_pass, sizeof(old->of_st[0]));
2324 bcopy(&old->of_st[1], &fiop->f_st[1].fr_pass, sizeof(old->of_st[1]));
3497 bcopy(&fiop->f_st[0].fr_pass, &old->of_st[0], sizeof(old->of_st[0]));
3498 bcopy(&fiop->f_st[1].fr_pass, &old->of_st[1], sizeof(old->of_st[1]));
3538 bcopy(&fiop->f_st[0].fr_pass, &old->of_st[0], sizeof(old->of_st[0]))
    [all...]
ip_fil.h 856 #define FR_PASS 0x00002 /* allow packet to pass */
899 #define FR_ISPASS(x) (((x) & FR_CMDMASK) == FR_PASS)
988 u_long fr_pass; /* packets allowed */ member in struct:ipf_statistics
1060 # define IPF_DEFAULT_PASS FR_PASS
1125 int f_defpass; /* default pass - from fr_pass */
fil.c 3209 LBUMP(ipf_stats[out].fr_pass);
3254 case FR_PASS :

Completed in 25 milliseconds