Searched refs:X25_GFI_EXTSEQ (Results 1 – 4 of 4) sorted by relevance
126 *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()181 X25_GFI_EXTSEQ : in x25_transmit_clear_request()
174 *dptr++ = lci1 | X25_GFI_EXTSEQ; in x25_write_internal()
1181 *asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_EXTSEQ; in x25_sendmsg()1194 *asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_EXTSEQ; in x25_sendmsg()
25 #define X25_GFI_EXTSEQ 0x20 macro