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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dsockunion.h65 #define SU_ADDRSTRLEN 46 macro
H A Dsockunion.c303 static char buf[SU_ADDRSTRLEN];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_network.c48 char buf[SU_ADDRSTRLEN];
101 char buf[SU_ADDRSTRLEN + 1];
111 sockunion2str (&su, buf, SU_ADDRSTRLEN);
H A Dbgp_route.c461 char buf[SU_ADDRSTRLEN];
513 inet_ntop(p->family, &p->u.prefix, buf, SU_ADDRSTRLEN),
536 inet_ntop(p->family, &p->u.prefix, buf, SU_ADDRSTRLEN),
962 char buf[SU_ADDRSTRLEN];
1075 inet_ntop(p->family, &p->u.prefix, buf, SU_ADDRSTRLEN),
1092 inet_ntop(p->family, &p->u.prefix, buf, SU_ADDRSTRLEN),
1105 inet_ntop(p->family, &p->u.prefix, buf, SU_ADDRSTRLEN),
1174 inet_ntop(p->family, &p->u.prefix, buf, SU_ADDRSTRLEN),
1232 inet_ntop (p->family, &p->u.prefix, buf, SU_ADDRSTRLEN),
1249 char buf[SU_ADDRSTRLEN];
[all...]
H A Dbgpd.c742 char buf[SU_ADDRSTRLEN];
770 sockunion2str (su, buf, SU_ADDRSTRLEN);
3900 char buf[SU_ADDRSTRLEN];
3992 sockunion2str (peer->update_source, buf, SU_ADDRSTRLEN),
H A Dbgp_vty.c6709 sockunion2str (p->update_source, buf1, SU_ADDRSTRLEN));
6754 sockunion2str (p->su_local, buf1, SU_ADDRSTRLEN),
6765 sockunion2str (p->su_remote, buf1, SU_ADDRSTRLEN),

Completed in 133 milliseconds