Searched refs:sctp_bind_addr (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/net/sctp/ |
D | bind_addr.c | 55 static int sctp_copy_one_addr(struct sctp_bind_addr *, union sctp_addr *, 57 static void sctp_bind_addr_clean(struct sctp_bind_addr *); 64 int sctp_bind_addr_copy(struct sctp_bind_addr *dest, in sctp_bind_addr_copy() 65 const struct sctp_bind_addr *src, in sctp_bind_addr_copy() 110 void sctp_bind_addr_init(struct sctp_bind_addr *bp, __u16 port) in sctp_bind_addr_init() 119 static void sctp_bind_addr_clean(struct sctp_bind_addr *bp) in sctp_bind_addr_clean() 134 void sctp_bind_addr_free(struct sctp_bind_addr *bp) in sctp_bind_addr_free() 146 int sctp_add_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *new, in sctp_add_bind_addr() 174 int sctp_del_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *del_addr) in sctp_del_bind_addr() 199 union sctp_params sctp_bind_addrs_to_raw(const struct sctp_bind_addr *bp, in sctp_bind_addrs_to_raw() [all …]
|
D | endpointola.c | 310 struct sctp_bind_addr *bp; in sctp_endpoint_is_peeled_off()
|
D | protocol.c | 221 int sctp_copy_local_addr_list(struct sctp_bind_addr *bp, sctp_scope_t scope, in sctp_copy_local_addr_list() 437 struct sctp_bind_addr *bp; in sctp_v4_get_dst()
|
D | socket.c | 294 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_do_bind() 469 struct sctp_bind_addr *bp; in sctp_send_asconf_add_ip() 574 struct sctp_bind_addr *bp = &ep->base.bind_addr; in sctp_bindx_rem() 658 struct sctp_bind_addr *bp; in sctp_send_asconf_del_ip() 3052 struct sctp_bind_addr *bp; in sctp_getsockopt_local_addrs_num() 3159 struct sctp_bind_addr *bp; in sctp_getsockopt_local_addrs()
|
D | sm_statefuns.c | 2103 struct sctp_bind_addr *bp; in sctp_sf_do_5_2_6_stale() 2138 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_do_5_2_6_stale() 4622 struct sctp_bind_addr *bp; in sctp_sf_t1_timer_expire() 4636 bp = (struct sctp_bind_addr *) &asoc->base.bind_addr; in sctp_sf_t1_timer_expire()
|
D | ipv6.c | 276 struct sctp_bind_addr *bp; in sctp_v6_get_saddr()
|
D | sm_make_chunk.c | 176 const struct sctp_bind_addr *bp, in sctp_make_init() 2504 struct sctp_bind_addr *bp = &asoc->base.bind_addr; in sctp_asconf_param_success()
|
/linux-2.4.37.9/include/net/sctp/ |
D | structs.h | 85 struct sctp_bind_addr; 1045 struct sctp_bind_addr { struct 1065 void sctp_bind_addr_init(struct sctp_bind_addr *, __u16 port); argument 1066 void sctp_bind_addr_free(struct sctp_bind_addr *); 1067 int sctp_bind_addr_copy(struct sctp_bind_addr *dest, 1068 const struct sctp_bind_addr *src, 1070 int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *, 1072 int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *); 1073 int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *, 1075 union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp, [all …]
|
D | command.h | 126 struct sctp_bind_addr *bp; 174 SCTP_ARG_CONSTRUCTOR(BA, struct sctp_bind_addr *, bp)
|
D | sm.h | 190 const struct sctp_bind_addr *,
|
D | sctp.h | 131 extern int sctp_copy_local_addr_list(struct sctp_bind_addr *,
|