Searched refs:stream_pnt (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dstream.h100 u_char *stream_pnt (struct stream *);
H A Dstream.c381 stream_pnt (struct stream *s)
377 stream_pnt (struct stream *s) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_packet.c1134 memcpy (notify_data_remote_as, stream_pnt (peer->ibuf), 2);
1137 memcpy (notify_data_remote_id, stream_pnt (peer->ibuf), 4);
1382 end = stream_pnt (s) + size;
1388 if (stream_pnt (s) + 2 > end)
1402 if (stream_pnt (s) + withdraw_len > end)
1415 ret = bgp_nlri_sanity_check (peer, AFI_IP, stream_pnt (s), withdraw_len);
1424 withdraw.nlri = stream_pnt (s);
1430 if (stream_pnt (s) + 2 > end)
1444 if (stream_pnt (s) + attribute_len > end)
1472 update_len = end - stream_pnt (
[all...]
H A Dbgp_attr.c670 attr->aspath = aspath_parse (stream_pnt (peer->ibuf), length);
864 attr->community = community_parse (stream_pnt (peer->ibuf), length);
911 attr->cluster = cluster_parse (stream_pnt (peer->ibuf), length);
936 lim = stream_pnt (s) + length;
1007 nlri_len = lim - stream_pnt (s);
1011 ret = bgp_nlri_sanity_check (peer, afi, stream_pnt (s), nlri_len);
1018 mp_update->nlri = stream_pnt (s);
1039 lim = stream_pnt (s) + length;
1044 withdraw_len = lim - stream_pnt (s);
1048 ret = bgp_nlri_sanity_check (peer, afi, stream_pnt (
[all...]
H A Dbgp_open.c470 pnt = stream_pnt (peer->ibuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dzserv.c1205 pnt = stream_pnt (client->ibuf);
1212 while (stream_pnt (client->ibuf) < lim)

Completed in 155 milliseconds