Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dxfrm_monitor.c236 fprintf(fp, "src %s ", rt_addr_n2a(id->sa_id.family, in xfrm_ae_print()
240 fprintf(fp, "dst %s ", rt_addr_n2a(id->sa_id.family, in xfrm_ae_print()
241 sizeof(id->sa_id.daddr), &id->sa_id.daddr, in xfrm_ae_print()
244 fprintf(fp, " protocol %s ", strxf_proto(id->sa_id.proto)); in xfrm_ae_print()
245 fprintf(fp, " SPI 0x%x", ntohl(id->sa_id.spi)); in xfrm_ae_print()
/external/iproute2/include/linux/
Dxfrm.h362 struct xfrm_usersa_id sa_id; member