Lines Matching full:else
128 } else { in dequeue_datagram()
167 } else if (mac_addr->addr_len == 8) { in lowpan6_get_address_mode()
191 } else if (((ip6addr->addr[0] & PP_HTONL(0xff00ffff)) == PP_HTONL(0xff000000)) && in lowpan6_get_address_mode_mc()
196 } else if ((ip6addr->addr[2] & PP_HTONL(0xffffff00)) == 0) { in lowpan6_get_address_mode_mc()
235 } else { in lowpan6_frag()
306 } else { in lowpan6_frag()
310 } else { in lowpan6_frag()
319 } else { in lowpan6_frag()
332 } else { in lowpan6_frag()
340 } else if (IP6H_HOPLIM(ip6hdr) == 64) { in lowpan6_frag()
342 } else if (IP6H_HOPLIM(ip6hdr) == 1) { in lowpan6_frag()
344 } else { in lowpan6_frag()
358 } else if (i == 2) { in lowpan6_frag()
362 } else if (ip6_addr_isany(ip_2_ip6(&ip_data.current_iphdr_src))) { in lowpan6_frag()
365 } else { in lowpan6_frag()
382 } else if (i == 1) { in lowpan6_frag()
386 } else if (i == 2) { in lowpan6_frag()
390 } else if (i == 3) { in lowpan6_frag()
393 } else if (((buffer[ieee_header_len + 1] & 0x04) != 0) || in lowpan6_frag()
401 } else if (i == 2) { in lowpan6_frag()
405 } else { in lowpan6_frag()
426 } else if (((u8_t *)p->payload)[0] == 0xf0) { in lowpan6_frag()
432 } else if (((u8_t *)p->payload)[2] == 0xf0) { in lowpan6_frag()
438 } else { in lowpan6_frag()
455 #else /* LWIP_6LOWPAN_HC */ in lowpan6_frag()
497 #else /* LWIP_6LOWPAN_HW_CRC */ in lowpan6_frag()
529 #else /* LWIP_6LOWPAN_HW_CRC */ in lowpan6_frag()
541 } else { in lowpan6_frag()
552 #else /* LWIP_6LOWPAN_HW_CRC */ in lowpan6_frag()
635 } else in lowpan6_output()
715 } else if ((lowpan6_buffer[0] & 0x18) == 0x08) { in lowpan6_decompress()
718 } else if ((lowpan6_buffer[0] & 0x18) == 0x10) { in lowpan6_decompress()
721 } else if ((lowpan6_buffer[0] & 0x18) == 0x18) { in lowpan6_decompress()
728 } else { in lowpan6_decompress()
736 } else if ((lowpan6_buffer[0] & 0x03) == 0x01) { in lowpan6_decompress()
738 } else if ((lowpan6_buffer[0] & 0x03) == 0x02) { in lowpan6_decompress()
740 } else if ((lowpan6_buffer[0] & 0x03) == 0x03) { in lowpan6_decompress()
751 } else if ((lowpan6_buffer[1] & 0x30) == 0x10) { in lowpan6_decompress()
756 } else if ((lowpan6_buffer[1] & 0x30) == 0x20) { in lowpan6_decompress()
763 } else if ((lowpan6_buffer[1] & 0x30) == 0x30) { in lowpan6_decompress()
769 } else { in lowpan6_decompress()
776 } else { in lowpan6_decompress()
784 } else { in lowpan6_decompress()
788 } else { in lowpan6_decompress()
805 } else if ((lowpan6_buffer[1] & 0x30) == 0x20) { in lowpan6_decompress()
809 } else if ((lowpan6_buffer[1] & 0x30) == 0x30) { in lowpan6_decompress()
813 } else { in lowpan6_decompress()
834 } else if ((lowpan6_buffer[1] & 0x03) == 0x01) { in lowpan6_decompress()
840 } else if ((lowpan6_buffer[1] & 0x03) == 0x02) { in lowpan6_decompress()
846 } else if ((lowpan6_buffer[1] & 0x03) == 0x03) { in lowpan6_decompress()
853 } else { in lowpan6_decompress()
859 } else { in lowpan6_decompress()
871 } else { in lowpan6_decompress()
881 } else if ((lowpan6_buffer[1] & 0x03) == 0x01) { in lowpan6_decompress()
884 } else if ((lowpan6_buffer[1] & 0x03) == 0x02) { in lowpan6_decompress()
888 } else if ((lowpan6_buffer[1] & 0x03) == 0x03) { in lowpan6_decompress()
892 } else { in lowpan6_decompress()
922 } else if (i == 0x01) { in lowpan6_decompress()
926 } else if (i == 0x02) { in lowpan6_decompress()
930 } else if (i == 0x03) { in lowpan6_decompress()
941 } else { in lowpan6_decompress()
987 } else { in lowpan6_input()
1002 } else { in lowpan6_input()
1030 } else { in lowpan6_input()
1040 } else { in lowpan6_input()
1067 } else if ((*puc & 0xf8) == 0xe0) { in lowpan6_input()
1093 } else if (lrh->pbuf->tot_len > datagram_offset) { in lowpan6_input()
1115 } else { in lowpan6_input()
1130 } else if ((*puc & 0xe0 )== 0x60) { in lowpan6_input()
1137 } else { in lowpan6_input()