Home
last modified time | relevance | path

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

/openbmc/linux/net/x25/
H A Dx25_link.c145 *dptr++ = nb->extended ? X25_GFI_EXTSEQ : X25_GFI_STDSEQ; in x25_transmit_restart_request()
172 *dptr++ = nb->extended ? X25_GFI_EXTSEQ : X25_GFI_STDSEQ; in x25_transmit_restart_confirmation()
200 X25_GFI_EXTSEQ : in x25_transmit_clear_request()
H A Dx25_subr.c169 *dptr++ = lci1 | X25_GFI_EXTSEQ; in x25_write_internal()
H A Daf_x25.c1219 *asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_EXTSEQ; in x25_sendmsg()
1232 *asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_EXTSEQ; in x25_sendmsg()
/openbmc/linux/include/net/
H A Dx25.h27 #define X25_GFI_EXTSEQ 0x20 macro