Home
last modified time | relevance | path

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

/linux-2.6.39/net/x25/
Dx25_out.c102 skbn->data[2] |= X25_STD_M_BIT; in x25_output()
133 skb->data[2] &= X25_STD_M_BIT; in x25_send_iframe()
Dx25_subr.c324 *m = (frame[2] & X25_STD_M_BIT) == X25_STD_M_BIT; in x25_decode()
/linux-2.6.39/include/net/
Dx25.h29 #define X25_STD_M_BIT 0x10 macro