Home
last modified time | relevance | path

Searched refs:fr_addstate (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_raudio_pxy.c329 (void) fr_addstate(&fi, NULL, (sp ? 0 : SI_W_SPORT));
347 (void) fr_addstate(&fi, NULL, SI_W_DPORT);
H A Dip_ipsec_pxy.c206 ipsec->ipsc_state = fr_addstate(&fi, &ipsec->ipsc_state,
283 ipsec->ipsc_state = fr_addstate(&fi,
H A Dip_state.h230 extern ipstate_t *fr_addstate __P((fr_info_t *, ipstate_t **, u_int));
H A Dip_rcmd_pxy.c227 (void) fr_addstate(&fi, &nat2->nat_state, SI_W_DPORT);
H A Dip_irc_pxy.c439 (void) fr_addstate(&fi, NULL, SI_W_DPORT);
H A Dip_pptp_pxy.c241 pptp->pptp_state = fr_addstate(&fi, &pptp->pptp_state,
H A Dip_ftp_pxy.c402 (void) fr_addstate(&fi, &nat2->nat_state, SI_W_DPORT);
764 (void) fr_addstate(&fi, &nat2->nat_state, sflags);
H A Dip_rpcb_pxy.c1294 is = fr_addstate(&fi, NULL, nflags);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c2059 if (fr_addstate(fin, NULL, 0) != NULL) {
2264 if (fr_addstate(fin, NULL, 0) != NULL) {
H A Dip_state.c1113 ipstate_t *fr_addstate(fin, stsave, flags) in fr_addstate() function