sll_hdr           198 src/ftmod/ftmod_isdn/ftmod_isdn.c 	struct isdn_sll_hdr *sll_hdr = (struct isdn_sll_hdr *)frame;
sll_hdr           209 src/ftmod/ftmod_isdn/ftmod_isdn.c 	sll_hdr->slltype    = htons(direction);
sll_hdr           210 src/ftmod/ftmod_isdn/ftmod_isdn.c 	sll_hdr->sllhatype  = 0;
sll_hdr           211 src/ftmod/ftmod_isdn/ftmod_isdn.c 	sll_hdr->slladdrlen = 1;
sll_hdr           212 src/ftmod/ftmod_isdn/ftmod_isdn.c 	sll_hdr->slladdr[0] = (isdn->mode == Q921_NT) ? 1 : 0;	/* TODO: NT/TE */
sll_hdr           213 src/ftmod/ftmod_isdn/ftmod_isdn.c 	sll_hdr->sllproto   = htons(ETH_P_LAPD);