HomeSort by relevance Sort by last modified time
    Searched refs:sctp_paramhdr (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_header.h 61 struct sctp_paramhdr ph;/* type=SCTP_IPV4_PARAM_TYPE, len=8 */
69 struct sctp_paramhdr ph;/* type=SCTP_IPV6_PARAM_TYPE, len=20 */
75 struct sctp_paramhdr ph;/* type=SCTP_COOKIE_PRESERVE, len=8 */
82 struct sctp_paramhdr ph;/* type=SCTP_HOSTNAME_ADDRESS */
93 struct sctp_paramhdr ph;/* type=SCTP_SUPPORTED_ADDRTYPE */
99 struct sctp_paramhdr ph;/* type=SCTP_ECN_CAPABLE */
105 struct sctp_paramhdr ph;
121 struct sctp_paramhdr ph;
127 struct sctp_paramhdr ph;/* a SCTP parameter header */
152 struct sctp_paramhdr ph;/* type = 0x8008 len = x *
    [all...]
sctp_asconf.c 157 struct sctp_paramhdr *ph;
175 ph = (struct sctp_paramhdr *)(aph + 1);
311 struct sctp_paramhdr *ph;
329 ph = (struct sctp_paramhdr *)(aph + 1);
447 struct sctp_paramhdr *ph;
464 ph = (struct sctp_paramhdr *)(aph + 1);
680 p_addr = (struct sctp_ipv6addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), (uint8_t *)&aparam_buf);
721 if (param_length <= sizeof(struct sctp_paramhdr)) {
886 sctp_addr_match(struct sctp_paramhdr *ph, struct sockaddr *sa)
    [all...]
sctp_auth.c     [all...]
sctputil.h 145 struct sctp_paramhdr *
147 struct sctp_paramhdr *, int);
sctp_output.c 1976 struct sctp_paramhdr *parmh;
1998 parmh = (struct sctp_paramhdr *)(SCTP_BUF_AT(m, SCTP_BUF_LEN(m)));
2012 parmh = mtod(mret, struct sctp_paramhdr *);
    [all...]
sctp.h 79 struct sctp_paramhdr { struct
sctp_input.c     [all...]
sctp_pcb.c     [all...]
sctp_indata.c     [all...]
sctp_usrreq.c     [all...]
sctputil.c     [all...]

Completed in 355 milliseconds