Searched refs:fr_addstate (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_raudio_pxy.c | 329 (void) fr_addstate(&fi, NULL, (sp ? 0 : SI_W_SPORT)); 347 (void) fr_addstate(&fi, NULL, SI_W_DPORT);
|
H A D | ip_ipsec_pxy.c | 206 ipsec->ipsc_state = fr_addstate(&fi, &ipsec->ipsc_state, 283 ipsec->ipsc_state = fr_addstate(&fi,
|
H A D | ip_state.h | 230 extern ipstate_t *fr_addstate __P((fr_info_t *, ipstate_t **, u_int));
|
H A D | ip_rcmd_pxy.c | 227 (void) fr_addstate(&fi, &nat2->nat_state, SI_W_DPORT);
|
H A D | ip_irc_pxy.c | 439 (void) fr_addstate(&fi, NULL, SI_W_DPORT);
|
H A D | ip_pptp_pxy.c | 241 pptp->pptp_state = fr_addstate(&fi, &pptp->pptp_state,
|
H A D | ip_ftp_pxy.c | 402 (void) fr_addstate(&fi, &nat2->nat_state, SI_W_DPORT); 764 (void) fr_addstate(&fi, &nat2->nat_state, sflags);
|
H A D | ip_rpcb_pxy.c | 1294 is = fr_addstate(&fi, NULL, nflags);
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 2059 if (fr_addstate(fin, NULL, 0) != NULL) { 2266 if (fr_addstate(fin, NULL, 0) != NULL) {
|
H A D | ip_state.c | 1113 ipstate_t *fr_addstate(fin, stsave, flags) in fr_addstate() function
|