Lines Matching refs:code
11 * modification, are permitted provided that: (1) source code distributions
13 * distributions including binary code include the above copyright notice and
98 /* 8 = 5 (NO OPs) + 3 (code, len, ptr) */
174 /* 3 = 1 (code) + 1 (len) + 1 (ptr) */
217 /* 8 = 5 (NO OPs) + 3 (code, len, ptr) */
327 * It also sets the icmp type and icmp code values
330 check_reply(struct msghdr *msg, int cc, int seq, uchar_t *type, uchar_t *code)
354 *code = icp->icmp_code;
360 if ((*type == ICMP_TIMXCEED && *code == ICMP_TIMXCEED_INTRANS) ||
399 *code == ICMP_UNREACH_PORT) {
417 Printf("%s: icmp type %d (%s) code %d\n",
418 inet_ntoa(ip->ip_dst), *type, pr_type(*type), *code);
499 print_icmp_other(uchar_t type, uchar_t code)
511 switch (code) {
563 Printf(" !<%d>", code);