mirror of
https://repo.or.cz/socat.git
synced 2025-07-09 21:56:33 +00:00
VSOCK: short alias names, env var with peer info
This commit is contained in:
parent
cb03d2f075
commit
2882ac6976
6 changed files with 63 additions and 2 deletions
|
@ -8,4 +8,8 @@
|
|||
extern const struct addrdesc addr_vsock_connect;
|
||||
extern const struct addrdesc addr_vsock_listen;
|
||||
|
||||
extern int xiosetsockaddrenv_vsock(int idx, char *namebuff, size_t namelen,
|
||||
char *valuebuff, size_t valuelen,
|
||||
struct sockaddr_vm *sa, int ipproto);
|
||||
|
||||
#endif /* !defined(__xio_vsock_h_included) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue