Lines Matching full:case
139 case 0: next_hdr_txt = "Any"; break;
140 case 1: next_hdr_txt = "BTP-A"; break;
141 case 2: next_hdr_txt = "BTP-B"; break;
142 case 3: next_hdr_txt = "IPv6"; break;
146 case 0: hdr_type_txt = "Any"; break;
147 case 1: hdr_type_txt = "Beacon"; break;
148 case 2: hdr_type_txt = "GeoUnicast"; break;
149 case 3: switch (hdr_subtype) {
150 case 0: hdr_type_txt = "GeoAnycastCircle"; break;
151 case 1: hdr_type_txt = "GeoAnycastRect"; break;
152 case 2: hdr_type_txt = "GeoAnycastElipse"; break;
155 case 4: switch (hdr_subtype) {
156 case 0: hdr_type_txt = "GeoBroadcastCircle"; break;
157 case 1: hdr_type_txt = "GeoBroadcastRect"; break;
158 case 2: hdr_type_txt = "GeoBroadcastElipse"; break;
161 case 5: switch (hdr_subtype) {
162 case 0: hdr_type_txt = "TopoScopeBcast-SH"; break;
163 case 1: hdr_type_txt = "TopoScopeBcast-MH"; break;
166 case 6: switch (hdr_subtype) {
167 case 0: hdr_type_txt = "LocService-Request"; break;
168 case 1: hdr_type_txt = "LocService-Reply"; break;
187 case 0: /* Any */
190 case 1: /* Beacon */
193 case 2: /* GeoUnicast */
195 case 3: switch (hdr_subtype) {
196 case 0: /* GeoAnycastCircle */
198 case 1: /* GeoAnycastRect */
200 case 2: /* GeoAnycastElipse */
204 case 4: switch (hdr_subtype) {
205 case 0: /* GeoBroadcastCircle */
207 case 1: /* GeoBroadcastRect */
209 case 2: /* GeoBroadcastElipse */
213 case 5: switch (hdr_subtype) {
214 case 0: /* TopoScopeBcast-SH */
217 case 1: /* TopoScopeBcast-MH */
222 case 6: switch (hdr_subtype) {
223 case 0: /* LocService-Request */
225 case 1: /* LocService-Reply */
239 case 0: /* Any */
241 case 1:
242 case 2: /* BTP A/B */
261 case 3: /* IPv6 */