Home
last modified time | relevance | path

Searched refs:code_end (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c1675 uint8_t code_end) in print_icmp_typecode() argument
1684 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() local
4713 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()
/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
1487 tcp->spd_typecode_code_end = code_end; in spdsock_encode_typecode()