Searched refs:IPFSYNC_OLDIFP (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 2207 frsync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v4() 2208 fr_natifpsync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, in ipf_nic_event_v4() 2210 fr_statesync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v4() 2301 frsync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v6() 2302 fr_natifpsync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, in ipf_nic_event_v6() 2304 fr_statesync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v6()
|
H A D | ip_state.c | 3235 case IPFSYNC_OLDIFP :
|
H A D | ip_nat.c | 4945 case IPFSYNC_OLDIFP :
|
H A D | fil.c | 3809 case IPFSYNC_OLDIFP :
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ip_fil.c | 481 fr_natifpsync(IPFSYNC_OLDIFP, 4, ifp, NULL, ifs); 482 fr_natifpsync(IPFSYNC_OLDIFP, 6, ifp, NULL, ifs);
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 1326 #define IPFSYNC_OLDIFP 2 macro
|