Home
last modified time | relevance | path

Searched refs:ipl_rep (Results 1 – 1 of 1) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/bgp/
H A Dbgp_lg.c89 struct bgp_lg_rep ipl_rep, gp_rep; in bgp_lg_daemon_worker_json() local
97 memset(&ipl_rep, 0, sizeof(ipl_rep)); in bgp_lg_daemon_worker_json()
113 bgp_lg_rep_init(&ipl_rep); in bgp_lg_daemon_worker_json()
114 if (!ret) ret = bgp_lg_daemon_ip_lookup(req.data, &ipl_rep, FUNC_TYPE_BGP); in bgp_lg_daemon_worker_json()
116 bgp_lg_daemon_encode_reply_ip_lookup_json(sock, &ipl_rep, ret); in bgp_lg_daemon_worker_json()