bsent 804 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c int bsent; bsent 812 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c bsent = sangoma_writemsg_tdm(ftdmchan->sockfd, &hdrframe, (int)sizeof(hdrframe), data, (unsigned short)(*datalen),0); bsent 815 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c if (bsent > 0) { bsent 816 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c *datalen = bsent; bsent 255 src/include/private/sangoma_tdm_api.h int bsent = 0; bsent 284 src/include/private/sangoma_tdm_api.h bsent = datalen; bsent 301 src/include/private/sangoma_tdm_api.h bsent = write(fd, &msg, datalen + hdrlen); bsent 302 src/include/private/sangoma_tdm_api.h if (bsent > 0){ bsent 303 src/include/private/sangoma_tdm_api.h bsent -= sizeof(wp_tdm_api_tx_hdr_t); bsent 306 src/include/private/sangoma_tdm_api.h return bsent;