Lines Matching refs:sctp_paramhdr
214 #define SN_SCTP_NEXTPARAM(param) (struct sctp_paramhdr *)(((char *)param) + SCTP_SIZE32(ntohs(param…
1055 struct sctp_paramhdr *param_hdr; in sctp_PktParser()
1175 …param_hdr = (struct sctp_paramhdr *) ((char *) chunk_hdr + sizeof(struct sctp_asconf_chunk)); /*co… in sctp_PktParser()
1182 param_hdr = (struct sctp_paramhdr *) in sctp_PktParser()
1188 param_hdr = (struct sctp_paramhdr *) in sctp_PktParser()
1213 param_hdr = (struct sctp_paramhdr *) ((char *) chunk_hdr in sctp_PktParser()
1278 struct sctp_paramhdr ph;/* type=SCTP_VTAG_PARAM */ in GetAsconfVtags()
1284 struct sctp_paramhdr *param; in GetAsconfVtags()
1344 struct sctp_paramhdr *param = NULL; in AddGlobalIPAddresses()
1362 param = (struct sctp_paramhdr *)((char *)sm->sctpchnk.Init + sizeof(struct sctp_init)); in AddGlobalIPAddresses()
1366 param = (struct sctp_paramhdr *)((char *)sm->sctpchnk.InitAck + sizeof(struct sctp_init_ack)); in AddGlobalIPAddresses()
1407 param = (struct sctp_paramhdr *) &((struct sctp_asconf_addrv4_param *) param)->addrp; in AddGlobalIPAddresses()
1507 struct sctp_paramhdr *param; in RmGlobalIPAddresses()
1607 struct sctp_paramhdr *param; in IsASCONFack()
1661 struct sctp_paramhdr *param; in IsADDorDEL()