Searched refs:rresvport_af (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | rresvport.c | 51 return rresvport_af(alport, AF_INET); 56 rresvport_af(int *alport, sa_family_t af) in rresvport_af() function
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | rresvport.h | 15 int rresvport_af(int *alport, sa_family_t af);
|
/titanic_50/usr/src/lib/libsocket/inet/ |
H A D | rcmd.c | 170 s = rresvport_af(&lport, res->ai_family); in rcmd_af() 275 int s2 = rresvport_af(&lport, res->ai_family), s3; in rcmd_af() 533 rresvport_af(int *alport, int af) in rresvport_af() function 550 return (rresvport_af(alport, AF_INET)); in rresvport()
|
/titanic_50/usr/src/man/man3socket/ |
H A D | Makefile | 131 rresvport_af.3socket \ 238 rresvport_af.3socket := LINKSRC = rcmd.3socket
|
/titanic_50/usr/src/head/ |
H A D | netdb.h | 337 int rresvport_af(int *, int);
|
H A D | unistd.h | 488 extern int rresvport_af(int *, int);
|
/titanic_50/usr/src/lib/libsocket/common/ |
H A D | mapfile-vers | 100 rresvport_af;
|
/titanic_50/usr/src/cmd/lp/model/netpr/ |
H A D | netpr.c | 119 s = rresvport_af(&lport, AF_INET6); in net_open()
|
/titanic_50/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-port.c | 258 result = rresvport_af(&port, AF_INET6); in reserved_port()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3socket.inc | 167 link path=usr/share/man/man3socket/rresvport_af.3socket target=rcmd.3socket
|
/titanic_50/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect.c | 196 sock = rresvport_af(&p, family); in ssh_create_socket()
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 793 - (djm) Match prototype and function declaration for rresvport_af. 864 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from 1611 - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp. 1802 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c) 1866 - Borrowed more code from OpenBSD: rresvport_af and requisites
|
/titanic_50/ |
H A D | .gitignore | 7668 usr/src/man/man3socket/rresvport_af.3socket
|