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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_dump.c34 #include "bgpd/bgp_dump.h"
60 struct bgp_dump
79 struct bgp_dump bgp_dump_all;
82 struct bgp_dump bgp_dump_updates;
85 struct bgp_dump bgp_dump_routes;
93 bgp_dump_open_file (struct bgp_dump *bgp_dump)
104 if (bgp_dump->filename[0] != DIRECTORY_SEP)
106 sprintf (fullpath, "%s/%s", vty_get_cwd (), bgp_dump->filename);
110 ret = strftime (realpath, MAXPATHLEN, bgp_dump
59 struct bgp_dump struct
91 bgp_dump_open_file(struct bgp_dump *bgp_dump) argument
129 bgp_dump_interval_add(struct bgp_dump *bgp_dump, int interval) argument
298 struct bgp_dump *bgp_dump; local
387 bgp_dump_packet_func(struct bgp_dump *bgp_dump, struct peer *peer, struct stream *packet) argument
475 bgp_dump_set(struct vty *vty, struct bgp_dump *bgp_dump, int type, char *path, char *interval_str) argument
514 bgp_dump_unset(struct vty *vty, struct bgp_dump *bgp_dump) argument
[all...]

Completed in 62 milliseconds