Searched refs:byte (Results 1 – 8 of 8) sorted by relevance
58 static inline int stuff_byte(__u8 byte, __u8 *buf) in stuff_byte() argument60 switch (byte) { in stuff_byte()66 buf[1] = byte^IRDA_TRANS; /* Complement bit 5 */ in stuff_byte()71 buf[0] = byte; in stuff_byte()282 iobuff_t *rx_buff, __u8 byte) in async_unwrap_bof() argument322 iobuff_t *rx_buff, __u8 byte) in async_unwrap_eof() argument380 iobuff_t *rx_buff, __u8 byte) in async_unwrap_ce() argument410 iobuff_t *rx_buff, __u8 byte) in async_unwrap_other() argument418 rx_buff->data[rx_buff->len++] = byte; in async_unwrap_other()420 rx_buff->fcs = irda_fcs(rx_buff->fcs, byte); in async_unwrap_other()[all …]
1469 hint.byte[0] = service_hint_mapping[service][0]; in irlmp_service_to_hint()1470 hint.byte[1] = service_hint_mapping[service][1]; in irlmp_service_to_hint()
1108 int byte = isdigit(*bp) ? *bp-'0' : toupper(*bp)-'A'+10; in qword_get() local1110 byte <<= 4; in qword_get()1111 byte |= isdigit(*bp) ? *bp-'0' : toupper(*bp)-'A'+10; in qword_get()1112 *dest++ = byte; in qword_get()1123 int byte = (*++bp -'0'); in qword_get() local1125 byte = (byte << 3) | (*bp++ - '0'); in qword_get()1126 byte = (byte << 3) | (*bp++ - '0'); in qword_get()1127 *dest++ = byte; in qword_get()
343 irnet_events.log[ap->event_index].hints.byte[0], in irnet_ctrl_read()344 irnet_events.log[ap->event_index].hints.byte[1]); in irnet_ctrl_read()351 irnet_events.log[ap->event_index].hints.byte[0], in irnet_ctrl_read()352 irnet_events.log[ap->event_index].hints.byte[1]); in irnet_ctrl_read()
155 unsigned char byte; in cipso_v4_bitmap_walk() local159 byte = bitmap[byte_offset]; in cipso_v4_bitmap_walk()164 if ((state && (byte & bitmask) == bitmask) || in cipso_v4_bitmap_walk()165 (state == 0 && (byte & bitmask) == 0)) in cipso_v4_bitmap_walk()171 byte = bitmap[++byte_offset]; in cipso_v4_bitmap_walk()
717 #define b1(var, byte) ((u8 *) &brvcc->filter.var)[byte] in br2684_seq_show() argument
372 tristate "Multi byte comparison"376 multiple byte comparisons mainly useful for IPv6 address comparisons.
48 keep per-flow packet and byte counters.712 byte counter.