Searched refs:hbuf (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dhdlcdrv.h202 struct hdlcdrv_hdlcbuffer hbuf; member in struct:hdlcdrv_state::hdlcdrv_hdlcrx
217 struct hdlcdrv_hdlcbuffer hbuf; member in struct:hdlcdrv_state::hdlcdrv_hdlctx
319 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, bits);
326 if (hdlcdrv_hbuf_empty(&s->hdlctx.hbuf)) {
333 ret = hdlcdrv_hbuf_get(&s->hdlctx.hbuf);
335 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, ret);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/hamradio/
H A Dhdlcdrv.c167 while (!hdlcdrv_hbuf_empty(&s->hdlcrx.hbuf)) {
168 word = hdlcdrv_hbuf_get(&s->hdlcrx.hbuf);
267 if (hdlcdrv_hbuf_full(&s->hdlctx.hbuf)) {
271 hdlcdrv_hbuf_put(&s->hdlctx.hbuf, s->hdlctx.bitbuf);
453 s->hdlcrx.hbuf.rd = s->hdlcrx.hbuf.wr = 0;
457 s->hdlctx.hbuf.rd = s->hdlctx.hbuf.wr = 0;
638 spin_lock_init(&s->hdlcrx.hbuf.lock);
639 s->hdlcrx.hbuf
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Duam.c427 static char hbuf[NI_MAXHOST]; local
430 if (getnameinfo(sa, sizeof(dsi->client), hbuf, sizeof(hbuf), NULL, 0, 0) == 0)
431 *buf = hbuf;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
387 hbuf[0] = (unsigned char)(word); \
388 hbuf[1] = (unsigned char)((word) >> 8); \
389 check = crc32(check, hbuf, 2); \
394 hbuf[0] = (unsigned char)(word); \
395 hbuf[1] = (unsigned char)((word) >> 8); \
396 hbuf[2] = (unsigned char)((word) >> 16); \
397 hbuf[3] = (unsigned char)((word) >> 24); \
398 check = crc32(check, hbuf, 4); \
572 unsigned char hbuf[ local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
387 hbuf[0] = (unsigned char)(word); \
388 hbuf[1] = (unsigned char)((word) >> 8); \
389 check = crc32(check, hbuf, 2); \
394 hbuf[0] = (unsigned char)(word); \
395 hbuf[1] = (unsigned char)((word) >> 8); \
396 hbuf[2] = (unsigned char)((word) >> 16); \
397 hbuf[3] = (unsigned char)((word) >> 24); \
398 check = crc32(check, hbuf, 4); \
572 unsigned char hbuf[ local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c1155 char buf[DBTBUFLEN], hbuf[DBTBUFLEN]; local
1177 hp = (u_int8_t *)hbuf; len-- > 0; ++p) {
1182 ret = callback(handle, hbuf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dftp.c740 char hbuf[NI_MAXHOST]; local
840 hbuf, sizeof(hbuf)))
844 host = hbuf; /* use the hbuf for host name */
865 Curl_inet_ntop(sa->sa_family, &sa6->sin6_addr, hbuf, sizeof(hbuf));
869 Curl_inet_ntop(sa->sa_family, &sa4->sin_addr, hbuf, sizeof(hbuf));
872 host = hbuf; /* us
[all...]

Completed in 286 milliseconds