Lines Matching refs:structure
48 #define TOKEN_IPADDR_INITIALIZER(structure, field) \ argument
53 offsetof(structure, field), /* offset */ \
62 #define TOKEN_IPV4_INITIALIZER(structure, field) \ argument
67 offsetof(structure, field), /* offset */ \
75 #define TOKEN_IPV6_INITIALIZER(structure, field) \ argument
80 offsetof(structure, field), /* offset */ \
88 #define TOKEN_IPNET_INITIALIZER(structure, field) \ argument
93 offsetof(structure, field), /* offset */ \
103 #define TOKEN_IPV4NET_INITIALIZER(structure, field) \ argument
108 offsetof(structure, field), /* offset */ \
117 #define TOKEN_IPV6NET_INITIALIZER(structure, field) \ argument
122 offsetof(structure, field), /* offset */ \