Searched refs:sctp_do_bind (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sctp/
H A Dsocket.c104 static int sctp_do_bind(struct sock *, union sctp_addr *, int);
270 retval = sctp_do_bind(sk, (union sctp_addr *)addr,
306 SCTP_STATIC int sctp_do_bind(struct sock *sk, union sctp_addr *addr, int len) function
318 SCTP_DEBUG_PRINTK("sctp_do_bind(sk: %p, newaddr: %p, len: %d) EINVAL\n",
325 SCTP_DEBUG_PRINTK_IPADDR("sctp_do_bind(sk: %p, new addr: ",
344 SCTP_DEBUG_PRINTK("sctp_do_bind:"
429 * sctp_do_bind() on it.
459 retval = sctp_do_bind(sk, (union sctp_addr *)sa_addr,
5379 return sctp_do_bind(sk, &autoaddr, af->sockaddr_len);

Completed in 43 milliseconds