Home
last modified time | relevance | path

Searched refs:X25_STD_M_BIT (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/net/x25/
Dx25_out.c97 skbn->data[2] |= X25_STD_M_BIT; in x25_output()
128 skb->data[2] &= X25_STD_M_BIT; in x25_send_iframe()
Dx25_subr.c326 *m = (frame[2] & X25_STD_M_BIT) == X25_STD_M_BIT; in x25_decode()
/linux-5.19.10/include/net/
Dx25.h31 #define X25_STD_M_BIT 0x10 macro