MCPcopy Create free account
hub / github.com/F-Stack/f-stack / udplite6_ctlinput

Function udplite6_ctlinput

freebsd/netinet6/udp6_usrreq.c:641–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639}
640
641void
642udplite6_ctlinput(int cmd, struct sockaddr *sa, void *d)
643{
644
645 return (udp6_common_ctlinput(cmd, sa, d, &V_ulitecbinfo));
646}
647
648static int
649udp6_getcred(SYSCTL_HANDLER_ARGS)

Callers

nothing calls this directly

Calls 1

udp6_common_ctlinputFunction · 0.85

Tested by

no test coverage detected