Home
last modified time | relevance | path

Searched refs:sctp_state_cookie (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/netinet/
Dsctp_header.h159 struct sctp_state_cookie { /* this is our definition... */ struct
209 struct sctp_state_cookie cookie;
297 struct sctp_state_cookie cookie;
Dsctp_input.c1041 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, in sctp_process_cookie_existing()
1409 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, in sctp_process_cookie_new()
1664 struct sctp_state_cookie *cookie; in sctp_handle_cookie_echo()
Dsctp_output.c230 struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in) in sctp_add_cookie()
233 struct sctp_state_cookie *stc; in sctp_add_cookie()
259 mret->m_len = sizeof(struct sctp_state_cookie) + in sctp_add_cookie()
261 stc = (struct sctp_state_cookie *)((vaddr_t)ph + in sctp_add_cookie()
3263 struct sctp_state_cookie stc; in sctp_send_initiate_ack()
Dsctp_pcb.c1469 sizeof(struct sctp_state_cookie); in sctp_inpcb_alloc()