Lines Matching refs:ih
510 const struct juniper_ipsec_header *ih; in juniper_es_print() local
517 ih = (struct juniper_ipsec_header *)p; in juniper_es_print()
519 switch (ih->type) { in juniper_es_print()
533 ih->type, in juniper_es_print()
544 EXTRACT_16BITS(&ih->sa_index), in juniper_es_print()
545 ih->ttl, in juniper_es_print()
546 tok2str(juniper_ipsec_type_values,"Unknown",ih->type), in juniper_es_print()
547 ih->type, in juniper_es_print()
548 EXTRACT_32BITS(&ih->spi), in juniper_es_print()
549 ipaddr_string(ndo, &ih->src_ip), in juniper_es_print()
550 ipaddr_string(ndo, &ih->dst_ip), in juniper_es_print()
554 EXTRACT_16BITS(&ih->sa_index), in juniper_es_print()
555 ih->ttl, in juniper_es_print()
556 tok2str(juniper_ipsec_type_values,"Unknown",ih->type), in juniper_es_print()
557 ih->type, in juniper_es_print()