Searched refs:X25_GFI_EXTSEQ (Results 1 – 4 of 4) sorted by relevance
130 *dptr++ = nb->extended ? X25_GFI_EXTSEQ : X25_GFI_STDSEQ; in x25_transmit_restart_request()157 *dptr++ = nb->extended ? X25_GFI_EXTSEQ : X25_GFI_STDSEQ; in x25_transmit_restart_confirmation()185 X25_GFI_EXTSEQ : in x25_transmit_clear_request()
174 *dptr++ = lci1 | X25_GFI_EXTSEQ; in x25_write_internal()
1198 *asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_EXTSEQ; in x25_sendmsg()1211 *asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_EXTSEQ; in x25_sendmsg()
27 #define X25_GFI_EXTSEQ 0x20 macro