mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -04:00
pf: remove unused macros
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
e2177bca94
commit
f09ee340d2
1 changed files with 0 additions and 8 deletions
|
|
@ -347,14 +347,6 @@ struct pfi_dynaddr {
|
|||
u_int8_t pfid_iflags; /* PFI_AFLAG_* */
|
||||
};
|
||||
|
||||
/*
|
||||
* Address manipulation macros
|
||||
*/
|
||||
#define HTONL(x) (x) = htonl((__uint32_t)(x))
|
||||
#define HTONS(x) (x) = htons((__uint16_t)(x))
|
||||
#define NTOHL(x) (x) = ntohl((__uint32_t)(x))
|
||||
#define NTOHS(x) (x) = ntohs((__uint16_t)(x))
|
||||
|
||||
#define PF_NAME "pf"
|
||||
|
||||
#define PF_HASHROW_ASSERT(h) mtx_assert(&(h)->lock, MA_OWNED)
|
||||
|
|
|
|||
Loading…
Reference in a new issue