Lines Matching full:case
132 case 0: next_hdr_txt = "Any"; break;
133 case 1: next_hdr_txt = "BTP-A"; break;
134 case 2: next_hdr_txt = "BTP-B"; break;
135 case 3: next_hdr_txt = "IPv6"; break;
139 case 0: hdr_type_txt = "Any"; break;
140 case 1: hdr_type_txt = "Beacon"; break;
141 case 2: hdr_type_txt = "GeoUnicast"; break;
142 case 3: switch (hdr_subtype) {
143 case 0: hdr_type_txt = "GeoAnycastCircle"; break;
144 case 1: hdr_type_txt = "GeoAnycastRect"; break;
145 case 2: hdr_type_txt = "GeoAnycastElipse"; break;
148 case 4: switch (hdr_subtype) {
149 case 0: hdr_type_txt = "GeoBroadcastCircle"; break;
150 case 1: hdr_type_txt = "GeoBroadcastRect"; break;
151 case 2: hdr_type_txt = "GeoBroadcastElipse"; break;
154 case 5: switch (hdr_subtype) {
155 case 0: hdr_type_txt = "TopoScopeBcast-SH"; break;
156 case 1: hdr_type_txt = "TopoScopeBcast-MH"; break;
159 case 6: switch (hdr_subtype) {
160 case 0: hdr_type_txt = "LocService-Request"; break;
161 case 1: hdr_type_txt = "LocService-Reply"; break;
180 case 0: /* Any */
183 case 1: /* Beacon */
186 case 2: /* GeoUnicast */
188 case 3: switch (hdr_subtype) {
189 case 0: /* GeoAnycastCircle */
191 case 1: /* GeoAnycastRect */
193 case 2: /* GeoAnycastElipse */
197 case 4: switch (hdr_subtype) {
198 case 0: /* GeoBroadcastCircle */
200 case 1: /* GeoBroadcastRect */
202 case 2: /* GeoBroadcastElipse */
206 case 5: switch (hdr_subtype) {
207 case 0: /* TopoScopeBcast-SH */
210 case 1: /* TopoScopeBcast-MH */
215 case 6: switch (hdr_subtype) {
216 case 0: /* LocService-Request */
218 case 1: /* LocService-Reply */
232 case 0: /* Any */
234 case 1:
235 case 2: /* BTP A/B */
254 case 3: /* IPv6 */