Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dpfpolicy.h121 #define SPD_EXT_PROTO 3 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c406 {"ulp", TOK_ulp, SPD_EXT_PROTO},
407 {"proto", TOK_ulp, SPD_EXT_PROTO},
1046 spd_proto->spd_proto_exttype = SPD_EXT_PROTO; in ips_conf_to_pfpol_msg()
2075 if (exts[SPD_EXT_PROTO] != NULL) { in print_pfpol_msg()
2076 spd_proto = (struct spd_proto *)exts[SPD_EXT_PROTO]; in print_pfpol_msg()
2310 case SPD_EXT_PROTO: in pfpol_msg_dump()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c659 if (extv[SPD_EXT_PROTO] != NULL) { in spdsock_ext_to_sel()
661 (struct spd_proto *)extv[SPD_EXT_PROTO]; in spdsock_ext_to_sel()
1506 spp->spd_proto_exttype = SPD_EXT_PROTO; in spdsock_encode_proto()