Searched refs:ipf_state_add (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_raudio_pxy.c | 313 (void) ipf_state_add(softc, &fi, NULL, 336 (void) ipf_state_add(softc, &fi, NULL, SI_W_DPORT);
|
| H A D | ip_ipsec_pxy.c | 257 (void) ipf_state_add(softc, &fi, &ipsec->ipsc_state, SI_WILDP); 343 (void) ipf_state_add(softc, &fi, &ipsec->ipsc_state,
|
| H A D | ip_rcmd_pxy.c | 314 (void) ipf_state_add(softc, &fi, NULL, SI_W_SPORT);
|
| H A D | ip_state.h | 303 extern int ipf_state_add __P((ipf_main_softc_t *, fr_info_t *,
|
| H A D | ip_irc_pxy.c | 429 (void) ipf_state_add(softc, &fi, NULL, SI_W_DPORT);
|
| H A D | ip_tftp_pxy.c | 402 if (ipf_state_add(softc, &fi, NULL, SI_W_SPORT) != 0) {
|
| H A D | ip_pptp_pxy.c | 269 (void) ipf_state_add(softc, &fi, &pptp->pptp_state, 0);
|
| H A D | ip_rpcb_pxy.c | 1283 if (ipf_state_add(softc, &fi, NULL, nflags) != 0) {
|
| H A D | ip_ftp_pxy.c | 608 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate, 961 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate,
|
| H A D | fil.c | 2614 if (ipf_state_add(softc, fin, NULL, 0) == 0) { 3044 if (ipf_state_add(softc, fin, NULL, 0) == 0) {
|
| H A D | ip_state.c | 1373 ipf_state_add(softc, fin, stsave, flags) in ipf_state_add() function
|