| 632 | } |
| 633 | |
| 634 | void |
| 635 | udp6_ctlinput(int cmd, struct sockaddr *sa, void *d) |
| 636 | { |
| 637 | |
| 638 | return (udp6_common_ctlinput(cmd, sa, d, &V_udbinfo)); |
| 639 | } |
| 640 | |
| 641 | void |
| 642 | udplite6_ctlinput(int cmd, struct sockaddr *sa, void *d) |
nothing calls this directly
no test coverage detected