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

Function udplite_ctlinput

freebsd/netinet/udp_usrreq.c:846–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846void
847udplite_ctlinput(int cmd, struct sockaddr *sa, void *vip)
848{
849
850 return (udp_common_ctlinput(cmd, sa, vip, &V_ulitecbinfo));
851}
852#endif /* INET */
853
854static int

Callers

nothing calls this directly

Calls 1

udp_common_ctlinputFunction · 0.85

Tested by

no test coverage detected