Searched refs:sctp_input_with_port (Results 1 – 4 of 4) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_var.h | 410 void sctp_input_with_port __P((struct mbuf *, int, uint16_t)); 422 void sctp_input_with_port(struct mbuf *, int, uint16_t);
|
D | sctp_pcb.c | 6421 sctp_input_with_port(m, off, 0); 6429 sctp_input_with_port(m, off, 0); 6494 sctp_input_with_port(m, off, 0);
|
D | sctp_input.c | 6183 sctp_input_with_port(struct mbuf *i_pak, int off, uint16_t port) function 6441 sctp_input_with_port(m, off, 0);
|
D | sctputil.c | 8232 sctp_input_with_port(m, off, port);
|