Searched refs:frsync (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 826 frsync(IPFSYNC_RESYNC, 0, NULL, NULL, ifs); 2190 frsync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, hn->hne_data, in ipf_nic_event_v4() 2199 frsync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v4() 2214 frsync(IPFSYNC_RESYNC, 4, (void *)hn->hne_nic, NULL, in ipf_nic_event_v4() 2284 frsync(IPFSYNC_NEWIFP, 6, (void *)hn->hne_nic, in ipf_nic_event_v6() 2293 frsync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v6()
|
H A D | ip_nat.c | 5122 frsync(ifp, ifs);
|
H A D | fil.c | 3932 void frsync(action, v, ifp, name, ifs) in frsync() function
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ip_fil.c | 426 frsync(IPFSYNC_RESYNC, IPFSYNC_RESYNC, NULL, NULL, ifs); 810 void frsync(command, version, nic, data, ifs) in frsync() function
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 1541 extern void frsync __P((int, int, void *, char *, ipf_stack_t *));
|