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; local
1043 spd_proto = (struct spd_proto *)next;
1044 spd_proto->spd_proto_len =
1045 SPD_8TO64(sizeof (struct spd_proto));
1046 spd_proto->spd_proto_exttype = SPD_EXT_PROTO;
1047 spd_proto->spd_proto_number = conf->ips_ulp_prot;
1048 next = (uint64_t *)&(spd_proto[1]);
2036 struct spd_proto *spd_prot local
2247 struct spd_proto *spd_proto; local
[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.c657 struct spd_proto *pr =
658 (struct spd_proto *)extv[SPD_EXT_PROTO];
1496 struct spd_proto *spp;
1501 spp = (struct spd_proto *)(base + offset);

Completed in 296 milliseconds