/src/sys/external/bsd/ipf/netinet/ |
ip_raudio_pxy.c | 312 (void) ipf_state_add(softc, &fi, NULL, 335 (void) ipf_state_add(softc, &fi, NULL, SI_W_DPORT);
|
ip_ipsec_pxy.c | 252 (void) ipf_state_add(softc, &fi, &ipsec->ipsc_state, SI_WILDP); 334 (void) ipf_state_add(softc, &fi, &ipsec->ipsc_state,
|
ip_irc_pxy.c | 424 (void) ipf_state_add(softc, &fi, NULL, SI_W_DPORT);
|
ip_rcmd_pxy.c | 300 (void) ipf_state_add(softc, &fi, NULL, SI_W_SPORT);
|
ip_state.h | 306 extern int ipf_state_add(ipf_main_softc_t *, fr_info_t *,
|
ip_tftp_pxy.c | 384 if (ipf_state_add(softc, &fi, NULL, SI_W_SPORT) != 0) {
|
ip_pptp_pxy.c | 268 (void) ipf_state_add(softc, &fi, &pptp->pptp_state, 0);
|
ip_rpcb_pxy.c | 1235 if (ipf_state_add(softc, &fi, NULL, nflags) != 0) {
|
ip_ftp_pxy.c | 585 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate, 916 if (ipf_state_add(softc, &fi, (ipstate_t **)&ftp->ftp_pendstate,
|
fil.c | 2599 if (ipf_state_add(softc, fin, NULL, 0) == 0) { 3017 if (ipf_state_add(softc, fin, NULL, 0) == 0) {
|
ip_state.c | 1329 /* Function: ipf_state_add */ 1348 ipf_state_add(ipf_main_softc_t *softc, fr_info_t *fin, ipstate_t **stsave, function in typeref:typename:int
|