Lines Matching refs:this_len
837 u_int16_t this_len; in ike_pl_print() local
844 this_len = buf[2]<<8 | buf[3]; in ike_pl_print()
848 plv2types[type - PAYLOAD_IKEV2_SA], this_len); in ike_pl_print()
852 pltypes[type] : "<unknown>"), this_len); in ike_pl_print()
855 plprivtypes[type - PAYLOAD_PRIVATE_MIN], this_len); in ike_pl_print()
859 this_len < min_payload_lengths[type])) || in ike_pl_print()
860 this_len == 0) in ike_pl_print()
864 this_len < min_priv_payload_lengths[type - PAYLOAD_PRIVATE_MIN]) || in ike_pl_print()
865 this_len == 0) in ike_pl_print()
868 if (buf + this_len > snapend) in ike_pl_print()
877 ike_pl_sa_print(buf, this_len); in ike_pl_print()
881 ike_pl_proposal_print(buf, this_len, doi); in ike_pl_print()
885 ike_pl_transform_print(buf, this_len, doi); in ike_pl_print()
889 ike_pl_ke_print(buf, this_len, doi); in ike_pl_print()
894 ipsec_id_print(buf, this_len, doi); in ike_pl_print()
905 ike_pl_delete_print(buf, this_len); in ike_pl_print()
909 ike_pl_notification_print(buf, this_len); in ike_pl_print()
913 ike_pl_vendor_print(buf, this_len, doi); in ike_pl_print()
917 ike_pl_attribute_print(buf, this_len); in ike_pl_print()
930 ipsec_id_print(buf, this_len, doi); in ike_pl_print()
937 ipsec_id_print(buf, this_len, doi); in ike_pl_print()
946 ike_pl_print(next_type, buf + this_len, doi); in ike_pl_print()