HomeSort by relevance Sort by last modified time
    Searched full:route_target (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
print-bgp.c 540 u_int8_t route_target[8]; local
557 memset(&route_target, 0, sizeof(route_target));
559 memcpy(&route_target, &pptr[1], (plen + 7) / 8);
561 ((u_char *)&route_target)[(plen + 7) / 8 - 1] &=
566 bgp_vpn_rd_print((u_char *)&route_target));
    [all...]

Completed in 282 milliseconds