Home
last modified time | relevance | path

Searched refs:ipf_sync_tcporder (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/
H A Dip_sync.c148 void ipf_sync_tcporder __P((int, struct tcpdata *));
322 ipf_sync_tcporder(way, td) in ipf_sync_tcporder() function
382 ipf_sync_tcporder(way, &ips->is_tcp.ts_data[0]);
383 ipf_sync_tcporder(way, &ips->is_tcp.ts_data[1]);
422 # define ipf_sync_tcporder(x,y) macro
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_sync.c152 void ipf_sync_tcporder(int, struct tcpdata *);
319 ipf_sync_tcporder(int way, tcpdata_t *td) in ipf_sync_tcporder() function
373 ipf_sync_tcporder(way, &ips->is_tcp.ts_data[0]); in ipf_sync_storder()
374 ipf_sync_tcporder(way, &ips->is_tcp.ts_data[1]); in ipf_sync_storder()
413 # define ipf_sync_tcporder(x,y) macro