Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c2533 frsync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v4()
2534 fr_natifpsync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, in ipf_nic_event_v4()
2536 fr_statesync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v4()
2627 frsync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v6()
2628 fr_natifpsync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, in ipf_nic_event_v6()
2630 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.c4947 case IPFSYNC_OLDIFP :
H A Dfil.c3805 case IPFSYNC_OLDIFP :
/illumos-gate/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);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1327 #define IPFSYNC_OLDIFP 2 macro