Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dpf_ioctl.c971 #define PF_MD5_UPD_HTONL(st, elm, stor) do { \ argument
972 (stor) = htonl((st)->elm); \
973 MD5Update(ctx, (u_int8_t *)&(stor), sizeof (u_int32_t)); \
976 #define PF_MD5_UPD_HTONS(st, elm, stor) do { \ argument
977 (stor) = htons((st)->elm); \
978 MD5Update(ctx, (u_int8_t *)&(stor), sizeof (u_int16_t)); \