Lines Matching defs:v6
136 #define V4MASK_TO_V6(v4, v6) ((v6).s6_addr32[0] = 0xffffffffUL, \
137 (v6).s6_addr32[1] = 0xffffffffUL, \
138 (v6).s6_addr32[2] = 0xffffffffUL, \
139 (v6).s6_addr32[3] = (v4))
143 * Note: We use "v6" here in definition of macro instead of "(v6)"
144 * Not possible to use "(v6)" here since macro is used with struct
147 #define V4_PART_OF_V6(v6) v6.s6_addr32[3]