Searched refs:ips_ulp_prot (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c287 uint8_t ips_ulp_prot; member in struct:ips_conf_s
1042 if (conf->ips_ulp_prot != 0) {
1047 spd_proto->spd_proto_number = conf->ips_ulp_prot;
1064 if (conf->ips_ulp_prot == IPPROTO_ICMP ||
1065 conf->ips_ulp_prot == IPPROTO_ICMPV6) {
4639 if (cptr->ips_ulp_prot != 0) {
4659 cptr->ips_ulp_prot = ulp;
4661 cptr->ips_ulp_prot = pent->p_proto;
5196 (void) printf("ULP %d\n", conf->ips_ulp_prot);

Completed in 66 milliseconds