Lines Matching defs:code

392  * iii Existing code assumes ire_bucket is valid if it is non-null and is used
393 * in many places in the code to walk the irb list. Thus even if all the
418 * IP interacts with the IPsec code (AH/ESP) by storing IPsec attributes
421 * information used by the IPsec code for applying the right level of
426 * with the right information if it goes through the AH/ESP code, which
1302 * ICMP_DESTINATION_UNREACHABLE messages with following code
1368 ip2dbg(("icmp_inbound_v4: type %d code %d\n", icmph->icmph_type,
2021 * valid association. ipha in the code below points to the
2687 ip_drop_input("icmpInBadRedirects - code", mp, ira->ira_ill);
3153 icmp_time_exceeded(mblk_t *mp, uint8_t code, ip_recv_attr_t *ira)
3164 icmph.icmph_code = code;
3175 icmp_unreachable(mblk_t *mp, uint8_t code, ip_recv_attr_t *ira)
3186 icmph.icmph_code = code;
3258 * Note: Following code is in if-else-if form for
3431 * In both cases do we let the code continue so some reasonable
4862 * fragmented and the reassembly code in ip_rput
5236 * Since this code is not used for UDP unicast we don't need a NAT_T
6174 * need to be tested by IPsec code because new
6735 * term "ipf->ipf_nf_hdr_len != 0" isn't needed. This code
6737 * to protect against future code changes which break that
6799 * We shouldn't come to this code block again for this
7330 * code point, IP needs to report that up to transport.
7574 * Common code for IPv4 and IPv6 to check and pullup multi-mblks
8546 * The dce and fragmentation code can cope with
9402 intptr_t code = 0;
9428 code = (char *)&ipha->ipha_dst -
9441 code = (char *)&opt[IPOPT_OLEN] -
9501 code = (char *)&opt[IPOPT_OLEN] -
9512 code = (char *)&opt[IPOPT_OLEN] - (char *)ipha;
9519 code = (char *)&opt[IPOPT_OFFSET] -
9533 code = (char *)&opt[IPOPT_POS_OV_FLG] -
9554 code = (char *)&opt[IPOPT_OFFSET] - (char *)ipha;
9560 icmp_param_problem(mp, (uint8_t)code, ira);
12981 intptr_t code = 0;
13003 code = (char *)&opt[IPOPT_OLEN] -
13033 code = (char *)&opt[IPOPT_OLEN] -
13044 code = (char *)&opt[IPOPT_OLEN] - (char *)ipha;
13051 code = (char *)&opt[IPOPT_OFFSET] -
13065 code = (char *)&opt[IPOPT_POS_OV_FLG] -
13085 code = (char *)&opt[IPOPT_OFFSET] - (char *)ipha;
13095 icmp_param_problem(mp, (uint8_t)code, &iras);
13391 /* add code to to set a flag to indicate idl_txl is enabled */