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

Function udp_ctlinput

freebsd/netinet/udp_usrreq.c:839–844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837 udp_notify);
838}
839void
840udp_ctlinput(int cmd, struct sockaddr *sa, void *vip)
841{
842
843 return (udp_common_ctlinput(cmd, sa, vip, &V_udbinfo));
844}
845
846void
847udplite_ctlinput(int cmd, struct sockaddr *sa, void *vip)

Callers

nothing calls this directly

Calls 1

udp_common_ctlinputFunction · 0.85

Tested by

no test coverage detected