Lines Matching refs:v4sizeof
46 #define v6sizeof(type) (client_v6_capable ? sizeof(type) : v4sizeof(type))
125 { REQ_PEER_INFO, NOAUTH, v4sizeof(struct info_peer_list),
127 { REQ_PEER_STATS, NOAUTH, v4sizeof(struct info_peer_list),
135 { REQ_CONFIG, AUTH, v4sizeof(struct conf_peer),
137 { REQ_UNCONFIG, AUTH, v4sizeof(struct conf_unpeer),
144 { REQ_RESADDFLAGS, AUTH, v4sizeof(struct conf_restrict),
146 { REQ_RESSUBFLAGS, AUTH, v4sizeof(struct conf_restrict),
148 { REQ_UNRESTRICT, AUTH, v4sizeof(struct conf_restrict),
153 { REQ_RESET_PEER, AUTH, v4sizeof(struct conf_unpeer),
160 { REQ_ADD_TRAP, AUTH, v4sizeof(struct conf_trap),
162 { REQ_CLR_TRAP, AUTH, v4sizeof(struct conf_trap),