Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dpfpolicy.h128 #define SPD_EXT_ICMP_TYPECODE 9 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c415 {"type", TOK_type, SPD_EXT_ICMP_TYPECODE},
416 {"code", TOK_code, SPD_EXT_ICMP_TYPECODE},
1071 SPD_EXT_ICMP_TYPECODE; in ips_conf_to_pfpol_msg()
2116 if (exts[SPD_EXT_ICMP_TYPECODE] != NULL) { in print_pfpol_msg()
2118 (struct spd_typecode *)exts[SPD_EXT_ICMP_TYPECODE]; in print_pfpol_msg()
2285 case SPD_EXT_ICMP_TYPECODE: in pfpol_msg_dump()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c678 if (extv[SPD_EXT_ICMP_TYPECODE] != NULL) { in spdsock_ext_to_sel()
680 (struct spd_typecode *)extv[SPD_EXT_ICMP_TYPECODE]; in spdsock_ext_to_sel()
1483 tcp->spd_typecode_exttype = SPD_EXT_ICMP_TYPECODE; in spdsock_encode_typecode()