Searched refs:code_end (Results 1 – 2 of 2) sorted by relevance
1675 uint8_t code_end) in print_icmp_typecode() argument1684 if (code_end != code) in print_icmp_typecode()1685 (void) printf("-%d ", code_end); in print_icmp_typecode()4221 int type, code, type_end, code_end; in form_ipsec_conf() local4713 code_end = code / 256; in form_ipsec_conf()4716 if (code_end < code) in form_ipsec_conf()4717 code_end = code; in form_ipsec_conf()4721 cptr->ips_icmp_code_end = (uint8_t)code_end; in form_ipsec_conf()
1474 uint8_t type_end, uint8_t code, uint8_t code_end) in spdsock_encode_typecode() argument1487 tcp->spd_typecode_code_end = code_end; in spdsock_encode_typecode()