Searched refs:udplite (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Din_kdtrace.c41 SDT_PROVIDER_DEFINE(udplite); variable
160 SDT_PROBE_DEFINE5_XLATE(udplite, , , receive,
167 SDT_PROBE_DEFINE5_XLATE(udplite, , , send,
H A Din_kdtrace.h38 SDT_PROBE5(udplite, , , probe, arg0, arg1, arg2, arg3, arg4)
55 SDT_PROVIDER_DECLARE(udplite); variable
78 SDT_PROBE_DECLARE(udplite, , , receive);
79 SDT_PROBE_DECLARE(udplite, , , send);
H A Dudp_usrreq.c94 #include <netinet/udplite.h>
221 in_pcbinfo_init(&V_ulitecbinfo, "udplite", &V_ulitecb, UDBHASHSIZE,
275 VNET_SYSUNINIT(udplite, SI_SUB_PROTO_DOMAIN, SI_ORDER_FOURTH, udplite_destroy,
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localudplite.ksh28 # Test {ip,udplite}:::{send,receive} of IPv4 UDP-Lite to a local address.
43 # 1 x udplite:::send (UDPLite sent to UDP-Lite port 33434)
45 # 1 x udplite:::receive (UDP-Lite received)
47 # A udplite:::receive event is expected even if the received UDP-Lite packet
69 Proto => "udplite",
91 udplite:::send
104 udplite:::receive
115 printf("udplite:::send - %s\n", udplitesend >= 1 ? "yes" : "no");
116 printf("udplite:::receive - %s\n", udplitereceive >= 1 ? "yes" : "no");
H A Dtst.ipv4remoteudplite.ksh28 # Test {udplite,ip}:::{send,receive} of IPv4 UDP-Lite to a remote host.
43 # 1 x udplite:::send (UDP-Lite sent to UDP-Lite port 33434)
72 Proto => "udplite",
94 udplite:::send
104 printf("udplite:::send - %s\n", udplitesend >= 1 ? "yes" : "no");
/freebsd-12-stable/cddl/usr.sbin/dwatch/libexec/
H A DMakefile18 udplite \
83 LINKS+= ${LIBEXECDIR}/dwatch/udplite ${LIBEXECDIR}/dwatch/udplite-receive
84 LINKS+= ${LIBEXECDIR}/dwatch/udplite ${LIBEXECDIR}/dwatch/udplite-send
/freebsd-12-stable/cddl/lib/libdtrace/
H A Dudplite.d31 #pragma D depends_on provider udplite
H A DMakefile60 udplite.d \
/freebsd-12-stable/share/man/man4/
H A DMakefile565 udplite.4 \
/freebsd-12-stable/lib/libsysdecode/
H A Dflags.c55 #include <netinet/udplite.h>
/freebsd-12-stable/sys/netinet6/
H A Dudp6_usrreq.c114 #include <netinet/udplite.h>

Completed in 212 milliseconds