| 639 | } |
| 640 | |
| 641 | void |
| 642 | udplite6_ctlinput(int cmd, struct sockaddr *sa, void *d) |
| 643 | { |
| 644 | |
| 645 | return (udp6_common_ctlinput(cmd, sa, d, &V_ulitecbinfo)); |
| 646 | } |
| 647 | |
| 648 | static int |
| 649 | udp6_getcred(SYSCTL_HANDLER_ARGS) |
nothing calls this directly
no test coverage detected