Searched refs:type_end (Results 1 – 3 of 3) sorted by relevance
1674 print_icmp_typecode(uint8_t type, uint8_t type_end, uint8_t code, in print_icmp_typecode() argument1678 if (type_end != type) in print_icmp_typecode()1679 (void) printf("-%d ", type_end); in print_icmp_typecode()4221 int type, code, type_end, code_end; in form_ipsec_conf() local4681 type_end = type / 256; in form_ipsec_conf()4684 if (type_end < type) in form_ipsec_conf()4685 type_end = type; in form_ipsec_conf()4689 cptr->ips_icmp_type_end = (uint8_t)type_end; in form_ipsec_conf()
1629 char *type_end = type + strlen(type); in elt_print() local1638 *type_end = '\0'; /* restore the end of type for strcmp() */ in elt_print()1645 type_end[0] = ' '; /* reconnect */ in elt_print()
1474 uint8_t type_end, uint8_t code, uint8_t code_end) in spdsock_encode_typecode() argument1486 tcp->spd_typecode_type_end = type_end; in spdsock_encode_typecode()