Lines Matching refs:ih
536 const struct juniper_ipsec_header *ih; in juniper_es_if_print() local
547 ih = (const struct juniper_ipsec_header *)p; in juniper_es_if_print()
549 ND_TCHECK_SIZE(ih); in juniper_es_if_print()
550 switch (GET_U_1(ih->type)) { in juniper_es_if_print()
564 GET_U_1(ih->type), in juniper_es_if_print()
576 GET_BE_U_2(ih->sa_index), in juniper_es_if_print()
577 GET_U_1(ih->ttl), in juniper_es_if_print()
578 tok2str(juniper_ipsec_type_values,"Unknown",GET_U_1(ih->type)), in juniper_es_if_print()
579 GET_U_1(ih->type), in juniper_es_if_print()
580 GET_BE_U_4(ih->spi), in juniper_es_if_print()
581 GET_IPADDR_STRING(ih->src_ip), in juniper_es_if_print()
582 GET_IPADDR_STRING(ih->dst_ip), in juniper_es_if_print()
586 GET_BE_U_2(ih->sa_index), in juniper_es_if_print()
587 GET_U_1(ih->ttl), in juniper_es_if_print()
588 tok2str(juniper_ipsec_type_values,"Unknown",GET_U_1(ih->type)), in juniper_es_if_print()
589 GET_U_1(ih->type), in juniper_es_if_print()