Home | History | Annotate | Download | only in extensions

Lines Matching refs:xFF

14  * This is now fixed by initializing the field * to icmp type 0xFF
25 { "any", 0xFF, 0, 0xFF },
26 { "echo-reply", 0, 0, 0xFF },
27 /* Alias */ { "pong", 0, 0, 0xFF },
29 { "destination-unreachable", 3, 0, 0xFF },
46 { "source-quench", 4, 0, 0xFF },
48 { "redirect", 5, 0, 0xFF },
54 { "echo-request", 8, 0, 0xFF },
55 /* Alias */ { "ping", 8, 0, 0xFF },
57 { "router-advertisement", 9, 0, 0xFF },
59 { "router-solicitation", 10, 0, 0xFF },
61 { "time-exceeded", 11, 0, 0xFF },
62 /* Alias */ { "ttl-exceeded", 11, 0, 0xFF },
66 { "parameter-problem", 12, 0, 0xFF },
70 { "timestamp-request", 13, 0, 0xFF },
72 { "timestamp-reply", 14, 0, 0xFF },
74 { "address-mask-request", 17, 0, 0xFF },
76 { "address-mask-reply", 18, 0, 0xFF }
165 code[1] = 0xFF;
176 icmpinfo->type = 0xFF;
177 icmpinfo->code[1] = 0xFF;
239 if (code_min == 0 && code_max == 0xFF)
274 if (icmp->type == 0xFF) {
278 if (icmp->code[0] != 0 || icmp->code[1] != 0xFF)