Home
last modified time | relevance | path

Searched refs:stor (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c956 #define PF_MD5_UPD_HTONL(st, elm, stor) do { \ argument
957 (stor) = htonl((st)->elm); \
958 MD5Update(ctx, (u_int8_t *) &(stor), sizeof(u_int32_t));\
961 #define PF_MD5_UPD_HTONS(st, elm, stor) do { \ argument
962 (stor) = htons((st)->elm); \
963 MD5Update(ctx, (u_int8_t *) &(stor), sizeof(u_int16_t));\