• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/

Lines Matching refs:param_hdr

292 	retval->param_hdr.v =
302 sat.param_hdr.type = SCTP_PARAM_SUPPORTED_ADDRESS_TYPES;
303 sat.param_hdr.length = htons(SCTP_SAT_LEN(num_types));
313 ext_param.param_hdr.type = SCTP_PARAM_SUPPORTED_EXT;
314 ext_param.param_hdr.length =
325 aiparam.param_hdr.type = SCTP_PARAM_ADAPTATION_LAYER_IND;
326 aiparam.param_hdr.length = htons(sizeof(aiparam));
447 retval->param_hdr.v = sctp_addto_chunk(retval, addrs_len, addrs.v);
452 ext_param.param_hdr.type = SCTP_PARAM_SUPPORTED_EXT;
453 ext_param.param_hdr.length =
463 aiparam.param_hdr.type = SCTP_PARAM_ADAPTATION_LAYER_IND;
464 aiparam.param_hdr.length = htons(sizeof(aiparam));
2671 retval->param_hdr.v =
2742 param.param_hdr.type = flags;
2743 param.param_hdr.length = htons(paramlen + addr_param_len);
2788 param.param_hdr.type = SCTP_PARAM_SET_PRIMARY;
2789 param.param_hdr.length = htons(len);
2854 ntohs(asconf_param->param_hdr.length);
2858 ack_param.param_hdr.type = response_type;
2859 ack_param.param_hdr.length = htons(sizeof(ack_param) +
2891 if (asconf_param->param_hdr.type != SCTP_PARAM_ADD_IP &&
2892 asconf_param->param_hdr.type != SCTP_PARAM_DEL_IP &&
2893 asconf_param->param_hdr.type != SCTP_PARAM_SET_PRIMARY)
2896 switch (addr_param->v4.param_hdr.type) {
2909 af = sctp_get_af_specific(param_type2af(addr_param->v4.param_hdr.type));
2923 switch (asconf_param->param_hdr.type) {
3000 struct sctp_paramhdr *param_hdr, void *chunk_end,
3006 param.v = (sctp_paramhdr_t *) param_hdr;
3020 plen = ntohs(asconf_param->param_hdr.length);
3073 length = ntohs(addr_param->v4.param_hdr.length);
3114 length = ntohs(asconf_param->param_hdr.length);
3150 af = sctp_get_af_specific(param_type2af(addr_param->v4.param_hdr.type));
3153 switch (asconf_param->param_hdr.type) {
3226 switch(asconf_ack_param->param_hdr.type) {
3244 length = ntohs(asconf_ack_param->param_hdr.length);
3277 length = ntohs(addr_param->v4.param_hdr.length);
3315 asconf_param->param_hdr.type;
3328 length = ntohs(asconf_param->param_hdr.length);