Searched refs:stream_getc (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dzserv.c919 rib->type = stream_getc (s);
920 rib->flags = stream_getc (s);
921 message = stream_getc (s);
927 p.prefixlen = stream_getc (s);
933 nexthop_num = stream_getc (s);
937 nexthop_type = stream_getc (s);
946 ifname_len = stream_getc (s);
962 rib->distance = stream_getc (s);
990 api.type = stream_getc (s);
991 api.flags = stream_getc (
[all...]
H A Dirdp.c364 radv.type = stream_getc (s);
365 radv.code = stream_getc (s);
367 radv.number = stream_getc (s);
368 radv.entry = stream_getc (s);
H A Dredistribute.c225 type = stream_getc (client->ibuf);
253 type = stream_getc (client->ibuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Drip_zebra.c115 api.type = stream_getc (s);
116 api.flags = stream_getc (s);
117 api.message = stream_getc (s);
122 p.prefixlen = stream_getc (s);
128 api.nexthop_num = stream_getc (s);
133 api.ifindex_num = stream_getc (s);
137 api.distance = stream_getc (s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_zebra.c254 api.type = stream_getc (s);
255 api.flags = stream_getc (s);
256 api.message = stream_getc (s);
261 p.prefixlen = stream_getc (s);
267 api.nexthop_num = stream_getc (s);
272 api.ifindex_num = stream_getc (s);
276 api.distance = stream_getc (s);
306 api.type = stream_getc (s);
307 api.flags = stream_getc (s);
308 api.message = stream_getc (
[all...]
H A Dbgp_packet.c603 type = stream_getc (s);
676 type = stream_getc (s);
1133 version = stream_getc (peer->ibuf);
1311 optlen = stream_getc (peer->ibuf);
1595 bgp_notify.code = stream_getc (peer->ibuf);
1596 bgp_notify.subcode = stream_getc (peer->ibuf);
1623 sprintf (c, " %02x", stream_getc (peer->ibuf));
1629 sprintf (c, "%02x", stream_getc (peer->ibuf));
1703 reserved = stream_getc (s);
1704 safi = stream_getc (
[all...]
H A Dbgp_nexthop.c864 command = stream_getc (s);
867 nexthop_num = stream_getc (s);
880 nexthop->type = stream_getc (s);
957 command = stream_getc (s);
962 nexthop_num = stream_getc (s);
975 nexthop->type = stream_getc (s);
1093 command = stream_getc (s);
1096 nexthop_num = stream_getc (s);
1106 nexthop_type = stream_getc (s);
H A Dbgp_attr.c619 attr->origin = stream_getc (BGP_INPUT (peer));
940 safi = stream_getc (s);
943 attr->mp_nexthop_len = stream_getc (s);
991 snpa_num = stream_getc (s);
995 snpa_len = stream_getc (s);
1042 safi = stream_getc (s);
1182 flag = stream_getc (BGP_INPUT (peer));
1183 type = stream_getc (BGP_INPUT (peer));
1189 length = stream_getc (BGP_INPUT (peer));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dstream.h87 u_char stream_getc (struct stream *);
H A Dzclient.c638 ifc->flags = stream_getc (s);
642 family = p->family = stream_getc (s);
646 p->prefixlen = stream_getc (s);
690 flags = stream_getc (s);
693 family = p.family = stream_getc (s);
697 p.prefixlen = stream_getc (s);
759 command = stream_getc (zclient->ibuf);
H A Dstream.c121 stream_getc (struct stream *s)
119 stream_getc (struct stream *s) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_zebra.c215 api.type = stream_getc (s);
216 api.flags = stream_getc (s);
217 api.message = stream_getc (s);
222 p.prefixlen = stream_getc (s);
228 api.nexthop_num = stream_getc (s);
233 api.ifindex_num = stream_getc (s);
237 api.distance = stream_getc (s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A Dripng_zebra.c106 api.type = stream_getc (s);
107 api.flags = stream_getc (s);
108 api.message = stream_getc (s);
113 p.prefixlen = stream_getc (s);
119 api.nexthop_num = stream_getc (s);
124 api.ifindex_num = stream_getc (s);
128 api.distance = stream_getc (s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_zebra.c765 api.type = stream_getc (s);
766 api.flags = stream_getc (s);
767 api.message = stream_getc (s);
772 p.prefixlen = stream_getc (s);
778 api.nexthop_num = stream_getc (s);
783 api.ifindex_num = stream_getc (s);
787 api.distance = stream_getc (s);
H A Dospf_packet.c542 type = stream_getc (op->s);

Completed in 167 milliseconds