centos man page for tapset::udp

Query: tapset::udp

OS: centos

Section: 3stap

Links: centos man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

tapset::udp(3stap)														tapset::udp(3stap)

NAME
tapset::udp - systemtap udp tapset
DESCRIPTION
This family of probe points is used to probe events that occur in the UDP layer. udp.sendmsg Fires whenever a process sends a UDP message See probe::udp.sendmsg(3stap) for details. udp.sendmsg.return Fires whenever an attempt to send a UDP message is completed See probe::udp.sendmsg.return(3stap) for details. udp.recvmsg Fires whenever a UDP message is received See probe::udp.recvmsg(3stap) for details. udp.recvmsg.return Fires whenever an attempt to receive a UDP message received is completed See probe::udp.recvmsg.return(3stap) for details. udp.disconnect Fires when a process requests for a UDP disconnection See probe::udp.disconnect(3stap) for details. udp.disconnect.return UDP has been disconnected successfully See probe::udp.disconnect.return(3stap) for details.
SEE ALSO
probe::udp.sendmsg(3stap), probe::udp.sendmsg.return(3stap), probe::udp.recvmsg(3stap), probe::udp.recvmsg.return(3stap), probe::udp.disconnect(3stap), probe::udp.disconnect.return(3stap), stap(1), stapprobes(3stap)
IBM
--- tapset::udp(3stap)
Related Man Pages
tapset::ipmib(3stap) - centos
tapset::nfsd(3stap) - centos
tapset::rpc(3stap) - centos
tapset::socket(3stap) - centos
tapset::perf(3stap) - debian
Similar Topics in the Unix Linux Community
HOW to create UDP Concurrent Server
UDP File Transfer Validation and Checksum
socket programming (UDP with multiple clients)
socket programming
[Solved] Capture network disconnect or hung case