Lines Matching refs:sendsize

696 	int sendsize;  in showpeer()  local
700 sendsize = sizeof(struct info_peer_list); in showpeer()
702 sendsize = v4sizeof(struct info_peer_list); in showpeer()
721 pl = (void *)((char *)pl + sendsize); in showpeer()
725 sendsize, (char *)plist, &items, in showpeer()
770 size_t sendsize; in peerstats() local
774 sendsize = sizeof(struct info_peer_list); in peerstats()
776 sendsize = v4sizeof(struct info_peer_list); in peerstats()
797 pl = (void *)((char *)pl + sendsize); in peerstats()
801 sendsize, (char *)plist, &items, in peerstats()
1336 int sendsize; in doconfig() local
1353 sendsize = sizeof(struct conf_peer); in doconfig()
1355 sendsize = v4sizeof(struct conf_peer); in doconfig()
1459 sendsize, (char *)&cpeer, &items, in doconfig()
1498 size_t sendsize; in unconfig() local
1502 sendsize = sizeof(struct conf_unpeer); in unconfig()
1504 sendsize = v4sizeof(struct conf_unpeer); in unconfig()
1522 pl = (void *)((char *)pl + sendsize); in unconfig()
1526 sendsize, (char *)plist, &items, in unconfig()
1847 int sendsize; in do_restrict() local
1858 sendsize = sizeof(struct conf_restrict); in do_restrict()
1860 sendsize = v4sizeof(struct conf_restrict); in do_restrict()
1934 res = doquery(impl_ver, req_code, 1, 1, sendsize, (char *)&cres, in do_restrict()
2166 size_t sendsize; in preset() local
2170 sendsize = sizeof(struct conf_unpeer); in preset()
2172 sendsize = v4sizeof(struct conf_unpeer); in preset()
2190 pl = (void *)((char *)pl + sendsize); in preset()
2194 sendsize, (char *)plist, &items, in preset()
2462 int sendsize; in do_addclr_trap() local
2466 sendsize = sizeof(struct conf_trap); in do_addclr_trap()
2468 sendsize = v4sizeof(struct conf_trap); in do_addclr_trap()
2503 res = doquery(impl_ver, req, 1, 1, sendsize, in do_addclr_trap()