Searched defs:type_end (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c1471 uint8_t type_end, uint8_t code, uint8_t code_end)
1483 tcp->spd_typecode_type_end = type_end;
1470 spdsock_encode_typecode(uint8_t *base, uint_t offset, uint8_t type, uint8_t type_end, uint8_t code, uint8_t code_end) argument
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c1578 char *type_end = type + strlen(type); local
1587 *type_end = '\0'; /* restore the end of type for strcmp() */
1594 type_end[0] = ' '; /* reconnect */
/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, argument
1678 if (type_end != type)
1679 (void) printf("-%d ", type_end);
4221 int type, code, type_end, code_end; local
4681 type_end = type / 256;
4684 if (type_end < type)
4685 type_end = type;
4689 cptr->ips_icmp_type_end = (uint8_t)type_end;

Completed in 77 milliseconds