Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 8 of 8) sorted by relevance

/net/irda/
Dwrapper.c58 static inline int stuff_byte(__u8 byte, __u8 *buf) in stuff_byte() argument
60 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() argument
322 iobuff_t *rx_buff, __u8 byte) in async_unwrap_eof() argument
380 iobuff_t *rx_buff, __u8 byte) in async_unwrap_ce() argument
410 iobuff_t *rx_buff, __u8 byte) in async_unwrap_other() argument
418 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 …]
Dirlmp.c1469 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()
/net/sunrpc/
Dcache.c1108 int byte = isdigit(*bp) ? *bp-'0' : toupper(*bp)-'A'+10; in qword_get() local
1110 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() local
1125 byte = (byte << 3) | (*bp++ - '0'); in qword_get()
1126 byte = (byte << 3) | (*bp++ - '0'); in qword_get()
1127 *dest++ = byte; in qword_get()
/net/irda/irnet/
Dirnet_ppp.c343 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()
/net/ipv4/
Dcipso_ipv4.c155 unsigned char byte; in cipso_v4_bitmap_walk() local
159 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()
/net/atm/
Dbr2684.c717 #define b1(var, byte) ((u8 *) &brvcc->filter.var)[byte] in br2684_seq_show() argument
/net/sched/
DKconfig372 tristate "Multi byte comparison"
376 multiple byte comparisons mainly useful for IPv6 address comparisons.
/net/netfilter/
DKconfig48 keep per-flow packet and byte counters.
712 byte counter.