Searched refs:stream_read (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dstream.h94 #undef stream_read macro
96 int stream_read (struct stream *, int, size_t);
H A Dzclient.c729 nbytes = stream_read (zclient->ibuf, sock, ZEBRA_HEADER_SIZE);
770 nbytes = stream_read (zclient->ibuf, sock, length);
H A Dstream.c331 stream_read (struct stream *s, int fd, size_t size)
327 stream_read (struct stream *s, int fd, size_t size) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_nexthop.c860 nbytes = stream_read (s, zlookup->sock, 2);
863 nbytes = stream_read (s, zlookup->sock, length - 2);
953 nbytes = stream_read (s, zlookup->sock, 2);
956 nbytes = stream_read (s, zlookup->sock, length - 2);
1088 nbytes = stream_read (s, zlookup->sock, 2);
1092 nbytes = stream_read (s, zlookup->sock, length - 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dzserv.c1317 nbyte = stream_read (client->ibuf, sock, 3);
1345 nbyte = stream_read (client->ibuf, sock, length);

Completed in 186 milliseconds