Home
last modified time | relevance | path

Searched refs:stream_getc (Results 1 – 25 of 85) sorted by relevance

1234

/dports/net/quagga/quagga-1.2.4/zebra/
H A Dzserv.c745 (void)stream_getc(s); in zserv_nexthop_unregister()
923 rib->type = stream_getc (s); in zread_ipv4_add()
924 rib->flags = stream_getc (s); in zread_ipv4_add()
925 message = stream_getc (s); in zread_ipv4_add()
1024 api.type = stream_getc (s); in zread_ipv4_delete()
1025 api.flags = stream_getc (s); in zread_ipv4_delete()
1150 rib->type = stream_getc (s); in zread_ipv6_add()
1151 rib->flags = stream_getc (s); in zread_ipv6_add()
1152 message = stream_getc (s); in zread_ipv6_add()
1258 api.type = stream_getc (s); in zread_ipv6_delete()
[all …]
/dports/net/quagga/quagga-1.2.4/isisd/
H A Disis_zebra.c565 api.type = stream_getc (stream); in isis_zebra_read_ipv4()
566 api.flags = stream_getc (stream); in isis_zebra_read_ipv4()
567 api.message = stream_getc (stream); in isis_zebra_read_ipv4()
570 plength = stream_getc (stream); in isis_zebra_read_ipv4()
585 api.distance = stream_getc (stream); in isis_zebra_read_ipv4()
623 api.type = stream_getc(stream); in isis_zebra_read_ipv6()
624 api.flags = stream_getc(stream); in isis_zebra_read_ipv6()
625 api.message = stream_getc(stream); in isis_zebra_read_ipv6()
628 p.prefixlen = stream_getc(stream); in isis_zebra_read_ipv6()
638 api.ifindex_num = stream_getc(stream); in isis_zebra_read_ipv6()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_btoa.c83 flag = stream_getc(s); in attr_parse()
84 type = stream_getc(s); in attr_parse()
89 length = stream_getc(s); in attr_parse()
98 origin = stream_getc(s); in attr_parse()
246 p.prefixlen = stream_getc(s); in main()
250 status = stream_getc(s); in main()
H A Dbgp_open.c243 mpc->reserved = stream_getc(s); in bgp_capability_mp_data()
244 mpc->safi = stream_getc(s); in bgp_capability_mp_data()
324 num = stream_getc(s); in bgp_capability_orf_entry()
354 type = stream_getc(s); in bgp_capability_orf_entry()
355 mode = stream_getc(s); in bgp_capability_orf_entry()
685 len = stream_getc(s); in bgp_capability_hostname()
718 len = stream_getc(s); in bgp_capability_hostname()
1042 opt_type = stream_getc(s); in peek_for_as4_capability()
1043 opt_length = stream_getc(s); in peek_for_as4_capability()
1061 hdr.code = stream_getc(s); in peek_for_as4_capability()
[all …]
H A Dbgp_packet.c636 type = stream_getc(s); in bgp_write_notify()
1108 version = stream_getc(peer->curr); in bgp_open_receive()
1125 optlen = stream_getc(peer->curr); in bgp_open_receive()
1805 bgp_notify.code = stream_getc(peer->curr); in bgp_notify_receive()
1833 stream_getc(peer->curr)); in bgp_notify_receive()
1841 stream_getc(peer->curr)); in bgp_notify_receive()
1920 (void)stream_getc(s); in bgp_route_refresh_receive()
1921 pkt_safi = stream_getc(s); in bgp_route_refresh_receive()
1952 when_to_refresh = stream_getc(s); in bgp_route_refresh_receive()
1956 orf_type = stream_getc(s); in bgp_route_refresh_receive()
[all …]
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_btoa.c83 flag = stream_getc(s); in attr_parse()
84 type = stream_getc(s); in attr_parse()
89 length = stream_getc(s); in attr_parse()
98 origin = stream_getc(s); in attr_parse()
246 p.prefixlen = stream_getc(s); in main()
250 status = stream_getc(s); in main()
H A Dbgp_open.c243 mpc->reserved = stream_getc(s); in bgp_capability_mp_data()
244 mpc->safi = stream_getc(s); in bgp_capability_mp_data()
324 num = stream_getc(s); in bgp_capability_orf_entry()
354 type = stream_getc(s); in bgp_capability_orf_entry()
355 mode = stream_getc(s); in bgp_capability_orf_entry()
685 len = stream_getc(s); in bgp_capability_hostname()
718 len = stream_getc(s); in bgp_capability_hostname()
1042 opt_type = stream_getc(s); in peek_for_as4_capability()
1043 opt_length = stream_getc(s); in peek_for_as4_capability()
1061 hdr.code = stream_getc(s); in peek_for_as4_capability()
[all …]
/dports/net/quagga/quagga-1.2.4/bgpd/
H A Dbgp_btoa.c89 flag = stream_getc (s); in attr_parse()
90 type = stream_getc (s); in attr_parse()
95 length = stream_getc (s); in attr_parse()
106 origin = stream_getc (s); in attr_parse()
270 p.prefixlen = stream_getc (s); in main()
273 status = stream_getc (s); in main()
H A Dbgp_open.c125 mpc->reserved = stream_getc (s); in bgp_capability_mp_data()
126 mpc->safi = stream_getc (s); in bgp_capability_mp_data()
223 entry.num = stream_getc (s); in bgp_capability_orf_entry()
252 type = stream_getc(s); in bgp_capability_orf_entry()
253 mode = stream_getc(s); in bgp_capability_orf_entry()
372 safi_t safi = stream_getc (s); in bgp_capability_restart()
373 u_char flag = stream_getc (s); in bgp_capability_restart()
694 opt_type = stream_getc (s); in peek_for_as4_capability()
695 opt_length = stream_getc (s); in peek_for_as4_capability()
775 opt_type = stream_getc (s); in bgp_open_option_parse()
[all …]
H A Dbgp_zebra.c256 api.type = stream_getc (s); in zebra_read_ipv4()
257 api.flags = stream_getc (s); in zebra_read_ipv4()
258 api.message = stream_getc (s); in zebra_read_ipv4()
263 plength = stream_getc (s); in zebra_read_ipv4()
270 api.nexthop_num = stream_getc (s); in zebra_read_ipv4()
279 api.distance = stream_getc (s); in zebra_read_ipv4()
341 api.type = stream_getc (s); in zebra_read_ipv6()
342 api.flags = stream_getc (s); in zebra_read_ipv6()
343 api.message = stream_getc (s); in zebra_read_ipv6()
348 plength = stream_getc (s); in zebra_read_ipv6()
[all …]
/dports/lang/yap/yap-6.2.2/C/
H A Diopreds.c445 s->stream_getc = PlGetc; in InitFileIO()
1361 s->stream_getc = EOFGetc; in post_process_eof()
1394 s->stream_getc = EOFGetc; in console_post_process_eof()
1735 s->stream_getc = PlGetc; in PlUnGetc()
1750 s->stream_getc = PlUnGetc; in PlUnGetc376()
1765 s->stream_getc = PlUnGetc; in PlUnGetc00()
1780 s->stream_getc = PlUnGetc; in PlUnGetc377()
1795 s->stream_getc = PlUnGetc; in PlUnGetc357()
2374 ch = st->stream_getc(sno);
2727 st->stream_getc = PlGetc;
[all …]
/dports/net/quagga/quagga-1.2.4/nhrpd/
H A Dnhrp_route.c211 /*type =*/ stream_getc(s); in nhrp_route_read()
212 /*flags =*/ stream_getc(s); in nhrp_route_read()
213 message = stream_getc(s); in nhrp_route_read()
229 prefix.prefixlen = stream_getc(s); in nhrp_route_read()
234 nexthop_num = stream_getc(s); in nhrp_route_read()
239 ifindex_num = stream_getc(s); in nhrp_route_read()
247 /*distance =*/ stream_getc(s); in nhrp_route_read()
/dports/net/quagga/quagga-1.2.4/ripngd/
H A Dripng_zebra.c150 api.type = stream_getc (s); in ripng_zebra_read_ipv6()
151 api.flags = stream_getc (s); in ripng_zebra_read_ipv6()
152 api.message = stream_getc (s); in ripng_zebra_read_ipv6()
157 plength = stream_getc (s); in ripng_zebra_read_ipv6()
164 api.nexthop_num = stream_getc (s); in ripng_zebra_read_ipv6()
169 api.ifindex_num = stream_getc (s); in ripng_zebra_read_ipv6()
173 api.distance = stream_getc (s); in ripng_zebra_read_ipv6()
/dports/net/frr7-pythontools/frr-frr-7.5.1/pimd/
H A Dpim_msdp_packet.c74 stream_getc(s); in pim_msdp_pkt_sa_dump_one()
89 entry_cnt = stream_getc(s); in pim_msdp_pkt_sa_dump()
256 type = stream_getc(s); in pim_msdp_write()
479 prefix_len = stream_getc(mp->ibuf); in pim_msdp_pkt_sa_rx_one()
511 entry_cnt = stream_getc(mp->ibuf); in pim_msdp_pkt_sa_rx()
676 stream_getc(mp->ibuf); in pim_msdp_read()
/dports/net/frr7/frr-frr-7.5.1/pimd/
H A Dpim_msdp_packet.c74 stream_getc(s); in pim_msdp_pkt_sa_dump_one()
89 entry_cnt = stream_getc(s); in pim_msdp_pkt_sa_dump()
256 type = stream_getc(s); in pim_msdp_write()
479 prefix_len = stream_getc(mp->ibuf); in pim_msdp_pkt_sa_rx_one()
511 entry_cnt = stream_getc(mp->ibuf); in pim_msdp_pkt_sa_rx()
676 stream_getc(mp->ibuf); in pim_msdp_read()
/dports/net/frr7-pythontools/frr-frr-7.5.1/eigrpd/
H A Deigrp_packet.c1126 tlv->metric.mtu[0] = stream_getc(s); in eigrp_read_ipv4_tlv()
1127 tlv->metric.mtu[1] = stream_getc(s); in eigrp_read_ipv4_tlv()
1128 tlv->metric.mtu[2] = stream_getc(s); in eigrp_read_ipv4_tlv()
1129 tlv->metric.hop_count = stream_getc(s); in eigrp_read_ipv4_tlv()
1131 tlv->metric.load = stream_getc(s); in eigrp_read_ipv4_tlv()
1132 tlv->metric.tag = stream_getc(s); in eigrp_read_ipv4_tlv()
1133 tlv->metric.flags = stream_getc(s); in eigrp_read_ipv4_tlv()
1135 tlv->prefix_length = stream_getc(s); in eigrp_read_ipv4_tlv()
1137 destination_tmp = stream_getc(s) << 24; in eigrp_read_ipv4_tlv()
1141 destination_tmp |= stream_getc(s) << 8; in eigrp_read_ipv4_tlv()
[all …]
/dports/net/frr7/frr-frr-7.5.1/eigrpd/
H A Deigrp_packet.c1126 tlv->metric.mtu[0] = stream_getc(s); in eigrp_read_ipv4_tlv()
1127 tlv->metric.mtu[1] = stream_getc(s); in eigrp_read_ipv4_tlv()
1128 tlv->metric.mtu[2] = stream_getc(s); in eigrp_read_ipv4_tlv()
1129 tlv->metric.hop_count = stream_getc(s); in eigrp_read_ipv4_tlv()
1131 tlv->metric.load = stream_getc(s); in eigrp_read_ipv4_tlv()
1132 tlv->metric.tag = stream_getc(s); in eigrp_read_ipv4_tlv()
1133 tlv->metric.flags = stream_getc(s); in eigrp_read_ipv4_tlv()
1135 tlv->prefix_length = stream_getc(s); in eigrp_read_ipv4_tlv()
1137 destination_tmp = stream_getc(s) << 24; in eigrp_read_ipv4_tlv()
1141 destination_tmp |= stream_getc(s) << 8; in eigrp_read_ipv4_tlv()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dbfd.c254 dp->family = stream_getc(s); in bfd_get_peer_info()
258 dp->prefixlen = stream_getc(s); in bfd_get_peer_info()
263 sp->family = stream_getc(s); in bfd_get_peer_info()
267 sp->prefixlen = stream_getc(s); in bfd_get_peer_info()
269 local_remote_cbit = stream_getc(s); in bfd_get_peer_info()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dbfd.c254 dp->family = stream_getc(s); in bfd_get_peer_info()
258 dp->prefixlen = stream_getc(s); in bfd_get_peer_info()
263 sp->family = stream_getc(s); in bfd_get_peer_info()
267 sp->prefixlen = stream_getc(s); in bfd_get_peer_info()
269 local_remote_cbit = stream_getc(s); in bfd_get_peer_info()
/dports/net/quagga/quagga-1.2.4/ripd/
H A Drip_zebra.c151 api.type = stream_getc (s); in rip_zebra_read_ipv4()
152 api.flags = stream_getc (s); in rip_zebra_read_ipv4()
153 api.message = stream_getc (s); in rip_zebra_read_ipv4()
158 plength = stream_getc (s); in rip_zebra_read_ipv4()
165 api.nexthop_num = stream_getc (s); in rip_zebra_read_ipv4()
170 api.ifindex_num = stream_getc (s); in rip_zebra_read_ipv4()
174 api.distance = stream_getc (s); in rip_zebra_read_ipv4()
/dports/net/quagga/quagga-1.2.4/lib/
H A Dzclient.c324 *marker = stream_getc (s); in zclient_read_header()
325 *version = stream_getc (s); in zclient_read_header()
696 c = stream_getc(s); in zclient_stream_get_prefix()
705 rid->family = stream_getc (s); in zebra_router_id_update_read()
867 ifp->status = stream_getc (s); in zebra_interface_if_set_value()
881 link_params_status = stream_getc (s); in zebra_interface_if_set_value()
1000 ifc_flags = stream_getc (s); in zebra_interface_address_read()
1003 d.family = p.family = stream_getc (s); in zebra_interface_address_read()
1085 marker = stream_getc (zclient->ibuf); in zclient_read()
1086 version = stream_getc (zclient->ibuf); in zclient_read()
/dports/net/quagga/quagga-1.2.4/ospf6d/
H A Dospf6_zebra.c217 api.type = stream_getc (s); in ospf6_zebra_read_ipv6()
218 api.flags = stream_getc (s); in ospf6_zebra_read_ipv6()
219 api.message = stream_getc (s); in ospf6_zebra_read_ipv6()
224 plength = stream_getc (s); in ospf6_zebra_read_ipv6()
231 api.nexthop_num = stream_getc (s); in ospf6_zebra_read_ipv6()
238 api.ifindex_num = stream_getc (s); in ospf6_zebra_read_ipv6()
242 api.distance = stream_getc (s); in ospf6_zebra_read_ipv6()
/dports/net/frr7-pythontools/frr-frr-7.5.1/isisd/
H A Disis_tlvs.c869 sid.flags = stream_getc(s); in unpack_item_prefix_sid()
1152 rv->len = stream_getc(s); in unpack_item_area_address()
2019 control = stream_getc(s); in unpack_item_extended_ip_reach()
2501 control = stream_getc(s); in unpack_item_ipv6_reach()
2759 type = stream_getc(s); in unpack_tlv_router_cap()
2760 length = stream_getc(s); in unpack_tlv_router_cap()
2777 stream_getc(s); in unpack_tlv_router_cap()
2778 size = stream_getc(s); in unpack_tlv_router_cap()
2821 stream_getc(s); in unpack_tlv_router_cap()
2824 stream_getc(s); in unpack_tlv_router_cap()
[all …]
/dports/net/frr7/frr-frr-7.5.1/isisd/
H A Disis_tlvs.c869 sid.flags = stream_getc(s); in unpack_item_prefix_sid()
1152 rv->len = stream_getc(s); in unpack_item_area_address()
2019 control = stream_getc(s); in unpack_item_extended_ip_reach()
2501 control = stream_getc(s); in unpack_item_ipv6_reach()
2759 type = stream_getc(s); in unpack_tlv_router_cap()
2760 length = stream_getc(s); in unpack_tlv_router_cap()
2777 stream_getc(s); in unpack_tlv_router_cap()
2778 size = stream_getc(s); in unpack_tlv_router_cap()
2821 stream_getc(s); in unpack_tlv_router_cap()
2824 stream_getc(s); in unpack_tlv_router_cap()
[all …]
/dports/net/quagga/quagga-1.2.4/pimd/
H A Dpim_zlookup.c210 distance = stream_getc(s); in zclient_read_nexthop()
212 nexthop_num = stream_getc(s); in zclient_read_nexthop()
231 nexthop_type = stream_getc(s); in zclient_read_nexthop()

1234