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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dprefix.h94 #define IPV4_MAX_BYTELEN 4 macro
97 #define IPV4_ADDR_CMP(D,S) memcmp ((D), (S), IPV4_MAX_BYTELEN)
98 #define IPV4_ADDR_SAME(D,S) (memcmp ((D), (S), IPV4_MAX_BYTELEN) == 0)
99 #define IPV4_ADDR_COPY(D,S) memcpy ((D), (S), IPV4_MAX_BYTELEN)
H A Dprefix.c568 return IPV4_MAX_BYTELEN;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_dump.c222 stream_putc (obuf, IPV4_MAX_BYTELEN);
335 stream_put (obuf, &peer->su.sin.sin_addr, IPV4_MAX_BYTELEN);
338 stream_put (obuf, &peer->su_local->sin.sin_addr, IPV4_MAX_BYTELEN);
340 stream_put (obuf, empty, IPV4_MAX_BYTELEN);
H A Dbgp_route.c644 memcpy (&attr->mp_nexthop_global_in, &peer->nexthop.v4, IPV4_MAX_BYTELEN);
646 memcpy (&attr->nexthop, &peer->nexthop.v4, IPV4_MAX_BYTELEN);
1309 memcpy (&attr.nexthop, &peer->nexthop.v4, IPV4_MAX_BYTELEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospfd.h434 (memcmp ((X->area_id), (Y->area_id), IPV4_MAX_BYTELEN) == 0)

Completed in 126 milliseconds