| 837 | udp_notify); |
| 838 | } |
| 839 | void |
| 840 | udp_ctlinput(int cmd, struct sockaddr *sa, void *vip) |
| 841 | { |
| 842 | |
| 843 | return (udp_common_ctlinput(cmd, sa, vip, &V_udbinfo)); |
| 844 | } |
| 845 | |
| 846 | void |
| 847 | udplite_ctlinput(int cmd, struct sockaddr *sa, void *vip) |
nothing calls this directly
no test coverage detected