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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_route.c166 struct in_addr exist_id;
298 exist_id.s_addr = exist->attr->originator_id.s_addr;
300 exist_id.s_addr = exist->peer->remote_id.s_addr;
302 if (ntohl (new_id.s_addr) < ntohl (exist_id.s_addr))
304 if (ntohl (new_id.s_addr) > ntohl (exist_id.s_addr))
164 struct in_addr exist_id; local

Completed in 121 milliseconds