Searched refs:_da4 (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/net/ |
H A D | toeplitz.h | 130 #define stoeplitz_ip4(_sa4, _da4) \ argument 131 stoeplitz_hash_ip4(stoeplitz_cache, (_sa4), (_da4)) 132 #define stoeplitz_ip4port(_sa4, _da4, _sp, _dp) \ argument 133 stoeplitz_hash_ip4port(stoeplitz_cache, (_sa4), (_da4), (_sp), (_dp))
|