Lines Matching defs:way
312 /* Parameters: way(I) - direction of byte order conversion. */
319 ipf_sync_tcporder(int way, tcpdata_t *td)
321 if (way) {
336 /* Parameters: way(I) - direction of byte order conversion. */
343 ipf_sync_natorder(int way, nat_t *n)
345 if (way) {
364 /* Parameters: way(I) - direction of byte order conversion. */
371 ipf_sync_storder(int way, ipstate_t *ips)
373 ipf_sync_tcporder(way, &ips->is_tcp.ts_data[0]);
374 ipf_sync_tcporder(way, &ips->is_tcp.ts_data[1]);
376 if (way) {