Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c987 struct spd_proto *spd_proto; in ips_conf_to_pfpol_msg() local
1043 spd_proto = (struct spd_proto *)next; in ips_conf_to_pfpol_msg()
1044 spd_proto->spd_proto_len = in ips_conf_to_pfpol_msg()
1048 next = (uint64_t *)&(spd_proto[1]); in ips_conf_to_pfpol_msg()
2036 struct spd_proto *spd_proto; in print_pfpol_msg() local
2076 spd_proto = (struct spd_proto *)exts[SPD_EXT_PROTO]; in print_pfpol_msg()
2077 print_ulp(spd_proto->spd_proto_number); in print_pfpol_msg()
2247 struct spd_proto *spd_proto; in pfpol_msg_dump() local
2311 spd_proto = (struct spd_proto *)exts[i]; in pfpol_msg_dump()
2313 spd_proto->spd_proto_exttype); in pfpol_msg_dump()
[all …]
/illumos-gate/usr/src/uts/common/net/
H A Dpfpolicy.h194 struct spd_proto struct
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspdsock.c660 struct spd_proto *pr = in spdsock_ext_to_sel()
661 (struct spd_proto *)extv[SPD_EXT_PROTO]; in spdsock_ext_to_sel()
1499 struct spd_proto *spp; in spdsock_encode_proto()
1504 spp = (struct spd_proto *)(base + offset); in spdsock_encode_proto()