Searched refs:PF_MD5_UPD_HTONL (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_ioctl.c968 #define PF_MD5_UPD_HTONL(st, elm, stor) do { \ macro
1016 PF_MD5_UPD_HTONL(rule, os_fingerprint, y);
1017 PF_MD5_UPD_HTONL(rule, prob, y);
1018 PF_MD5_UPD_HTONL(rule, uid.uid[0], y);
1019 PF_MD5_UPD_HTONL(rule, uid.uid[1], y);
1021 PF_MD5_UPD_HTONL(rule, gid.gid[0], y);
1022 PF_MD5_UPD_HTONL(rule, gid.gid[1], y);
1024 PF_MD5_UPD_HTONL(rule, rule_flag, y);

Completed in 114 milliseconds