hdrframe          772 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 	wp_tdm_api_rx_hdr_t hdrframe;
hdrframe          774 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 	memset(&hdrframe, 0, sizeof(hdrframe));
hdrframe          776 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 	rx_len = sangoma_readmsg_tdm(ftdmchan->sockfd, &hdrframe, (int)sizeof(hdrframe), data, (int)*datalen, 0);
hdrframe          805 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 	wp_tdm_api_tx_hdr_t hdrframe;
hdrframe          808 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 	memset(&hdrframe, 0, sizeof(hdrframe));
hdrframe          812 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c 	bsent = sangoma_writemsg_tdm(ftdmchan->sockfd, &hdrframe, (int)sizeof(hdrframe), data, (unsigned short)(*datalen),0);