Searched refs:overflow (Results 1 – 8 of 8) sorted by relevance
201 uint8_t overflow; in icmpv4_update_time_stamp() local228 overflow = (flag & 0xF0) >> 4U; in icmpv4_update_time_stamp()239 if (overflow == 0x0F) { in icmpv4_update_time_stamp()250 overflow++; in icmpv4_update_time_stamp()251 flag = (overflow << 4U) | flag; in icmpv4_update_time_stamp()289 if (net_pkt_write_u8(reply, (overflow << 4) | flag)) { in icmpv4_update_time_stamp()
67 data, then ring buf will always be put into data until overflow.
43 overflow the stack.
16 stack size configuration to find stack overflow or to find stacks
155 bool "Hardware-based stack overflow detection if available"
142 for stack overflow protection, or have insufficient system resources
389 when a chain PDU needs its AD data overflow into a new chain PDU.390 I.e. AD data in the last PDU could overflow due to the need to add391 Aux Pointer field, and if this overflow bytes plus the next AD data
928 trimmed to not overflow the Friend queue.
Completed in 30 milliseconds