Searched refs:passp (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_rules.c80 frentry_t *ipfrule_match_in_(fin, passp)
82 u_32_t *passp;
90 frentry_t *ipfrule_match_out_(fin, passp)
92 u_32_t *passp;
H A Dip_auth.c352 /* passp(I) - pointer to ipfgeniter structure */
359 ipf_auth_check(fin, passp)
361 u_32_t *passp;
456 if (passp != NULL)
457 *passp = pass;
H A Dip_frag.c874 /* passp(O) - pointer to where to store rule flags resturned */
881 ipf_frag_known(fin, passp)
883 u_32_t *passp;
922 *passp = pass;
H A Dfil.c2631 /* passp(IO) - pointer to current/new filter decision (unused) */
2640 ipf_acctpkt(fin, passp)
2642 u_32_t *passp;
2649 passp = passp;
2674 /* passp(IO) - pointer to current/new filter decision (unused) */
2683 ipf_firewall(fin, passp)
2685 u_32_t *passp;
2693 pass = *passp;
2768 *passp
[all...]
H A Dip_nat6.c2602 /* passp(I) - pointer to filtering result flags */
2612 ipf_nat6_checkout(fin, passp)
2614 u_32_t *passp;
2781 if (passp != NULL) {
2783 *passp = FR_BLOCK;
3004 /* passp(I) - pointer to filtering result flags */
3014 ipf_nat6_checkin(fin, passp)
3016 u_32_t *passp;
3181 if (passp != NULL) {
3183 *passp
[all...]
H A Dip_nat.c4847 /* passp(I) - pointer to filtering result flags */
4857 ipf_nat_checkout(fin, passp)
4859 u_32_t *passp;
4876 return ipf_nat6_checkout(fin, passp);
5041 if (passp != NULL) {
5044 *passp = FR_BLOCK;
5340 /* passp(I) - pointer to filtering result flags */
5350 ipf_nat_checkin(fin, passp)
5352 u_32_t *passp;
5529 if (passp !
[all...]
H A Dip_state.c3298 /* passp(I) - pointer to filtering result flags */
3303 ipf_state_check(fin, passp)
3305 u_32_t *passp;
3448 *passp = pass;
/freebsd-10.3-release/contrib/bmake/
H A Dtarg.c627 Targ_PrintNode(void *gnp, void *passp) argument
630 int pass = passp ? *(int *)passp : 0;
/freebsd-10.3-release/sys/geom/bde/
H A Dg_bde.h152 int g_bde_init_keybytes(struct g_bde_softc *sc, char *passp, int len);

Completed in 213 milliseconds