Home
last modified time | relevance | path

Searched refs:X25_GFI_STDSEQ (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/net/x25/ !
Dx25_link.c126 *dptr++ = nb->extended ? X25_GFI_EXTSEQ : X25_GFI_STDSEQ; in x25_transmit_restart_request()
153 *dptr++ = nb->extended ? X25_GFI_EXTSEQ : X25_GFI_STDSEQ; in x25_transmit_restart_confirmation()
182 X25_GFI_STDSEQ); in x25_transmit_clear_request()
Dx25_subr.c177 *dptr++ = lci1 | X25_GFI_STDSEQ; in x25_write_internal()
Daf_x25.c1186 *asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_STDSEQ; in x25_sendmsg()
1201 *asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_STDSEQ; in x25_sendmsg()
/linux-2.6.39/include/net/ !
Dx25.h24 #define X25_GFI_STDSEQ 0x10 macro