HomeSort by: relevance | last modified time | path
    Searched refs:sctp_add_remote_addr (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.h 714 int sctp_add_remote_addr(struct sctp_tcb *, struct sockaddr *, int, int);
sctp_pcb.c 2322 sctp_add_remote_addr(struct sctp_tcb *stcb, struct sockaddr *newaddr, function in typeref:typename:int
2787 if ((err = sctp_add_remote_addr(stcb, firstaddr, 1, 1))) {
3980 if (sctp_add_remote_addr(stcb, sa, 0, 2)) {
3985 if (sctp_add_remote_addr(stcb, sa, 0, 3)) {
4052 if (sctp_add_remote_addr(stcb, sa, 0, 4)) {
4118 if (sctp_add_remote_addr(stcb, sa, 0, 5)) {
sctp_usrreq.c 1284 if (sctp_add_remote_addr(stcb, sa, 0, 8)) {
1293 if (sctp_add_remote_addr(stcb, sa, 0, 8)) {
sctp_asconf.c 279 if (sctp_add_remote_addr(stcb, sa, 0, 6) != 0) {
sctp_input.c 2049 sctp_add_remote_addr(*stcb, to, 0, 100);

Completed in 24 milliseconds