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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_packet.c889 u_char orf_type, u_char when_to_refresh, int remove)
920 if (orf_type == ORF_TYPE_PREFIX
921 || orf_type == ORF_TYPE_PREFIX_OLD)
929 stream_putc (s, orf_type);
939 peer->host, orf_type,
951 peer->host, orf_type,
1731 u_char orf_type;
1746 orf_type = stream_getc (s);
1749 if (orf_type == ORF_TYPE_PREFIX
1750 || orf_type
887 bgp_route_refresh_send(struct peer *peer, afi_t afi, safi_t safi, u_char orf_type, u_char when_to_refresh, int remove) argument
1729 u_char orf_type; local
[all...]

Completed in 89 milliseconds