mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
when "-P port" is specified. It invoked svc{tcp,udp}_create()
for only one of the two allocated sockets, and prevented the
TCP socket from binding to as the result.
- Use TI-RPC functions and handle sockets in a
transport-independent way. At this moment only AF_INET ("udp"
and "tcp") is supported because others need rewrites of ACL
handling and yp clients.
- Add '-h addr' to specify addresses to bind to.
- Convert _msgout() to use variable argument lists and remove
asprintf() for error strings.
- Remove register storage class specifier.
Discussed with: kuriyama
MFC after: 1 week
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.yp | ||
| yp_access.c | ||
| yp_dblookup.c | ||
| yp_dnslookup.c | ||
| yp_error.c | ||
| yp_extern.h | ||
| yp_main.c | ||
| yp_server.c | ||
| yp_svc_udp.c | ||
| ypinit.8 | ||
| ypinit.sh | ||
| ypserv.8 | ||