Searched refs:stuff_byte (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/net/irda/ |
D | wrapper.c | 69 static inline int stuff_byte(__u8 byte, __u8 *buf) in stuff_byte() function 148 n += stuff_byte(skb->data[i], tx_buff+n); in async_wrap_skb() 155 n += stuff_byte(fcs.bytes[0], tx_buff+n); in async_wrap_skb() 156 n += stuff_byte(fcs.bytes[1], tx_buff+n); in async_wrap_skb() 158 n += stuff_byte(fcs.bytes[1], tx_buff+n); in async_wrap_skb() 159 n += stuff_byte(fcs.bytes[0], tx_buff+n); in async_wrap_skb()
|
/linux-2.4.37.9/drivers/net/irda/ |
D | donauboe.c | 726 stuff_byte (__u8 byte, __u8 * buf) in stuff_byte() function 826 len += stuff_byte (i, buf + len); in toshoboe_maketestpacket() 830 len += stuff_byte (fcs.bytes[0] ^ badcrc, buf + len); in toshoboe_maketestpacket() 831 len += stuff_byte (fcs.bytes[1] ^ badcrc, buf + len); in toshoboe_maketestpacket()
|