Home
last modified time | relevance | path

Searched refs:type_end (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c1674 print_icmp_typecode(uint8_t type, uint8_t type_end, uint8_t code, in print_icmp_typecode() argument
1678 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() local
4681 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()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c1629 char *type_end = type + strlen(type); in elt_print() local
1638 *type_end = '\0'; /* restore the end of type for strcmp() */ in elt_print()
1645 type_end[0] = ' '; /* reconnect */ in elt_print()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c1474 uint8_t type_end, uint8_t code, uint8_t code_end) in spdsock_encode_typecode() argument
1486 tcp->spd_typecode_type_end = type_end; in spdsock_encode_typecode()