Navigation


Changeset 23:db6c40b8b307 in freeDiameter for freeDiameter/fD.h


Ignore:
Timestamp:
Oct 20, 2009, 5:30:20 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added some code in cnxctx.c mainly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/fD.h

    r22 r23  
    222222int fd_tcp_create_bind_server( int * sock, sSA * sa, socklen_t salen );
    223223int fd_tcp_listen( int sock );
     224int fd_tcp_get_local_ep(int sock, sSS * ss, socklen_t *sl);
     225int fd_tcp_get_remote_ep(int sock, sSS * ss, socklen_t *sl);
    224226
    225227/* SCTP */
     
    227229int fd_sctp_create_bind_server( int * sock, struct fd_list * list, uint16_t port );
    228230int fd_sctp_listen( int sock );
    229 
     231int fd_sctp_get_local_ep(int sock, struct fd_list * list);
     232int fd_sctp_get_remote_ep(int sock, struct fd_list * list);
    230233int fd_sctp_get_str_info( int socket, int *in, int *out );
    231234
Note: See TracChangeset for help on using the changeset viewer.