| 844 | } |
| 845 | |
| 846 | void |
| 847 | udplite_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 | |
| 854 | static int |
nothing calls this directly
no test coverage detected