mirror of
https://repo.or.cz/socat.git
synced 2025-07-16 16:13:24 +00:00
Formatted help output; address keywords in help now uppercase
This commit is contained in:
parent
797d0f9695
commit
d36f78d854
44 changed files with 374 additions and 340 deletions
12
xio-sctp.h
12
xio-sctp.h
|
@ -5,12 +5,12 @@
|
|||
#ifndef __xio_sctp_h_included
|
||||
#define __xio_sctp_h_included 1
|
||||
|
||||
extern const struct addrdesc addr_sctp_connect;
|
||||
extern const struct addrdesc addr_sctp_listen;
|
||||
extern const struct addrdesc addr_sctp4_connect;
|
||||
extern const struct addrdesc addr_sctp4_listen;
|
||||
extern const struct addrdesc addr_sctp6_connect;
|
||||
extern const struct addrdesc addr_sctp6_listen;
|
||||
extern const struct addrdesc xioaddr_sctp_connect;
|
||||
extern const struct addrdesc xioaddr_sctp_listen;
|
||||
extern const struct addrdesc xioaddr_sctp4_connect;
|
||||
extern const struct addrdesc xioaddr_sctp4_listen;
|
||||
extern const struct addrdesc xioaddr_sctp6_connect;
|
||||
extern const struct addrdesc xioaddr_sctp6_listen;
|
||||
|
||||
extern const struct optdesc opt_sctp_nodelay;
|
||||
extern const struct optdesc opt_sctp_maxseg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue