commit | 08b24cfdb220744c47ed7bfe5aa3ed8b4c0aa3c6 | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Sat Jan 23 23:39:12 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Aug 14 12:16:27 2016 +0200 |
tree | f752dae3ebd78793a5e2789fa6ef5d6fe0904b23 | |
parent | 4d03ef7f0319c5f73cbcb1d5c3025923226a1536 [diff] |
MINOR: standard.c: ipcmp() function to compare 2 IP addresses stored in 2 struct sockaddr_storage new ipcmp() function to compare 2 IP addresses stored in struct sockaddr_storage. Returns 0 if both addresses doesn't match and 1 if they do.