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

Function udp6_ctlinput

freebsd/netinet6/udp6_usrreq.c:634–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632}
633
634void
635udp6_ctlinput(int cmd, struct sockaddr *sa, void *d)
636{
637
638 return (udp6_common_ctlinput(cmd, sa, d, &V_udbinfo));
639}
640
641void
642udplite6_ctlinput(int cmd, struct sockaddr *sa, void *d)

Callers

nothing calls this directly

Calls 1

udp6_common_ctlinputFunction · 0.85

Tested by

no test coverage detected