Lines Matching refs:transmission
37 transmission, multiple packets can be sent through one system call to get the
42 transmission process, but it isn't everything. At least, if you are capturing
46 enabled. For transmission, check the MTU (Maximum Transmission Unit) used and
95 for capture and transmission. This can be done by mapping the
103 How to use mmap() directly to improve transmission process
107 [setup] socket() -------> creation of the transmission socket
110 bind() ---------> bind transmission socket with a network interface
114 [transmission] poll() ---------> wait for free packets (optional)
120 [shutdown] close() --------> destruction of the transmission socket and
419 To use one socket for capture and transmission, the mapping of both the
506 Those defines are also used for transmission::
510 #define TP_STATUS_SENDING 2 // Frame is currently in transmission