Searched refs:stor (Results 1 – 1 of 1) sorted by relevance
965 #define PF_MD5_UPD_HTONL(st, elm, stor) do { \ argument966 (stor) = htonl((st)->elm); \967 MD5Update(ctx, (u_int8_t *)&(stor), sizeof (u_int32_t)); \970 #define PF_MD5_UPD_HTONS(st, elm, stor) do { \ argument971 (stor) = htons((st)->elm); \972 MD5Update(ctx, (u_int8_t *)&(stor), sizeof (u_int16_t)); \