]> The Tcpdump Group git mirrors - tcpdump/commit
Lose the HTON and NTOH macros. [skip ci]
authorDenis Ovsienko <[email protected]>
Sat, 26 Dec 2020 00:28:02 +0000 (00:28 +0000)
committerDenis Ovsienko <[email protected]>
Sat, 26 Dec 2020 00:40:55 +0000 (00:40 +0000)
commit2e86599b4c3fba6cc07e9d6ea47a9db79a1be20e
treeefd786bd047d0f8665b6c8415452f767f5f9369f
parent9dfff22ef28dbd30228b592e734856445772fe85
Lose the HTON and NTOH macros. [skip ci]

Out of the four macros two were never used, and the other two were used
only once. Use htonl() and htons() directly instead.
addrtoname.c