Lines Matching refs:v4sizeof
48 #define v6sizeof(type) (client_v6_capable ? sizeof(type) : v4sizeof(type))
127 { REQ_PEER_INFO, NOAUTH, v4sizeof(struct info_peer_list),
129 { REQ_PEER_STATS, NOAUTH, v4sizeof(struct info_peer_list),
137 { REQ_CONFIG, AUTH, v4sizeof(struct conf_peer),
139 { REQ_UNCONFIG, AUTH, v4sizeof(struct conf_unpeer),
146 { REQ_RESADDFLAGS, AUTH, v4sizeof(struct conf_restrict),
148 { REQ_RESSUBFLAGS, AUTH, v4sizeof(struct conf_restrict),
150 { REQ_UNRESTRICT, AUTH, v4sizeof(struct conf_restrict),
155 { REQ_RESET_PEER, AUTH, v4sizeof(struct conf_unpeer),
162 { REQ_ADD_TRAP, AUTH, v4sizeof(struct conf_trap),
164 { REQ_CLR_TRAP, AUTH, v4sizeof(struct conf_trap),