Searched refs:ipf_state_add (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_raudio_pxy.c | 321 (void) ipf_state_add(softc, &fi, NULL, 344 (void) ipf_state_add(softc, &fi, NULL, SI_W_DPORT);
|
| 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,
|
| D | ip_rcmd_pxy.c | 314 (void) ipf_state_add(softc, &fi, NULL, SI_W_SPORT);
|
| D | ip_state.h | 307 extern int ipf_state_add __P((ipf_main_softc_t *, fr_info_t *,
|
| D | ip_irc_pxy.c | 433 (void) ipf_state_add(softc, &fi, NULL, SI_W_DPORT);
|
| D | ip_tftp_pxy.c | 402 if (ipf_state_add(softc, &fi, NULL, SI_W_SPORT) != 0) {
|
| D | ip_pptp_pxy.c | 269 (void) ipf_state_add(softc, &fi, &pptp->pptp_state, 0);
|
| 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,
|
| D | ip_rpcb_pxy.c | 1281 if (ipf_state_add(softc, &fi, NULL, nflags) != 0) {
|
| D | fil.c | 2616 if (ipf_state_add(softc, fin, NULL, 0) == 0) { 3047 if (ipf_state_add(softc, fin, NULL, 0) == 0) {
|
| D | ip_state.c | 1380 ipf_state_add(softc, fin, stsave, flags) in ipf_state_add() function
|