Searched refs:bodysize (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dminisoap.c36 httpWrite(int fd, const char * body, int bodysize, argument
41 /*if(bodysize>0)
42 n += write(fd, body, bodysize);*/
47 p = malloc(headerssize+bodysize);
51 memcpy(p+headerssize, body, bodysize);
52 /*n = write(fd, p, headerssize+bodysize);*/
53 n = send(fd, p, headerssize+bodysize, 0);
81 int bodysize; local
85 bodysize = (int)strlen(body);
107 url, httpversion, host, portstr, bodysize, actio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_spkm3_unseal.c64 int bodysize, md5elen; local
69 &bodysize, &ptr, read_token->len))
H A Dgss_krb5_unseal.c86 int bodysize; local
91 if (g_verify_token_header(&ctx->mech_used, &bodysize, &ptr,
H A Dgss_krb5_wrap.c252 int bodysize; local
263 if (g_verify_token_header(&kctx->mech_used, &bodysize, &ptr,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsm_make_chunk.c1527 int headersize, bodysize; local
1537 bodysize = sizeof(struct sctp_cookie)
1543 if (bodysize % SCTP_COOKIE_MULTIPLE)
1544 bodysize += SCTP_COOKIE_MULTIPLE
1545 - (bodysize % SCTP_COOKIE_MULTIPLE);
1546 *cookie_len = headersize + bodysize;
1588 sg_init_one(&sg, &cookie->c, bodysize);
1595 crypto_hash_digest(&desc, &sg, bodysize, cookie->signature))
1618 int headersize, bodysize, fixed_size; local
1634 bodysize
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/src/
H A Dframing.c747 long bodysize=og->body_len; local
819 bodysize-=val;
828 if(bodysize){
829 if(_os_body_expand(os,bodysize)) return -1;
830 memcpy(os->body_data+os->body_fill,body,bodysize);
831 os->body_fill+=bodysize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_lsa.c516 struct ospf6_lsa_header *lsa_header, int bodysize)
526 lsa_header->length = htons (sizeof (struct ospf6_lsa_header) + bodysize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel.c2922 int bodysize; local
2957 bodysize = 18 + priv->SSID_size;
2960 bodysize = 12 + priv->SSID_size;
2970 atmel_transmit_management_frame(priv, &header, (void *)&body, bodysize);

Completed in 133 milliseconds