diff options
| author | Randall Stewart <rrs@FreeBSD.org> | 2007-08-27 05:19:48 +0000 |
|---|---|---|
| committer | Randall Stewart <rrs@FreeBSD.org> | 2007-08-27 05:19:48 +0000 |
| commit | 2afb3e849f339b0b7135ffb43c70fb077cf53b13 (patch) | |
| tree | 5c37015ad6945c94641b6d5d3a589608e280afe1 /sys/netinet/sctp_output.h | |
| parent | 4a296ec798659c1ded22d8bb34d427088e3a1bb6 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/sctp_output.h')
| -rw-r--r-- | sys/netinet/sctp_output.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h index 5240eef09dc7..0643e94d9960 100644 --- a/sys/netinet/sctp_output.h +++ b/sys/netinet/sctp_output.h @@ -69,7 +69,10 @@ sctp_source_address_selection(struct sctp_inpcb *inp, sctp_route_t * ro, struct sctp_nets *net, int non_asoc_addr_ok, uint32_t vrf_id); - +int + sctp_v6src_match_nexthop(struct sockaddr_in6 *src6, sctp_route_t * ro); +int + sctp_v4src_match_nexthop(struct sctp_ifa *sifa, sctp_route_t * ro); void sctp_send_initiate(struct sctp_inpcb *, struct sctp_tcb *); @@ -106,7 +109,7 @@ sctp_send_shutdown_complete2(struct mbuf *, int, struct sctphdr *, void sctp_send_asconf(struct sctp_tcb *, struct sctp_nets *); -void sctp_send_asconf_ack(struct sctp_tcb *, uint32_t); +void sctp_send_asconf_ack(struct sctp_tcb *); int sctp_get_frag_point(struct sctp_tcb *, struct sctp_association *); |
