Home
last modified time | relevance | path

Searched refs:IPFSYNC_OLDIFP (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c2199 frsync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v4()
2200 fr_natifpsync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, in ipf_nic_event_v4()
2202 fr_statesync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v4()
2293 frsync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v6()
2294 fr_natifpsync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, in ipf_nic_event_v6()
2296 fr_statesync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v6()
H A Dip_state.c3235 case IPFSYNC_OLDIFP :
H A Dip_nat.c4945 case IPFSYNC_OLDIFP :
H A Dfil.c3807 case IPFSYNC_OLDIFP :
/titanic_44/usr/src/cmd/ipf/tools/
H A Dip_fil.c481 fr_natifpsync(IPFSYNC_OLDIFP, 4, ifp, NULL, ifs);
482 fr_natifpsync(IPFSYNC_OLDIFP, 6, ifp, NULL, ifs);
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1326 #define IPFSYNC_OLDIFP 2 macro