/dports/net-mgmt/openlldp/openlldp-0.4alpha/src/ |
H A D | rx_sm.c | 93 int calength = 0; in rxProcessFrame() local 367 calength = tlv->info_string[i]; in rxProcessFrame() 371 calength); in rxProcessFrame() 372 for (j = i; j < i + calength; j++) in rxProcessFrame() 377 i += calength; in rxProcessFrame()
|
/dports/net-mgmt/openlldp/openlldp-0.4alpha/src/tlv/ |
H A D | tlv.c | 1047 int calength = strlen (lci.civic_ca[j]); in create_lldpmed_location_identification_tlv() local 1049 calength, lci.civic_ca[j]); in create_lldpmed_location_identification_tlv() 1052 tlv->info_string[pos] = calength; in create_lldpmed_location_identification_tlv() 1054 memcpy(&tlv->info_string[pos], lci.civic_ca[j], calength); in create_lldpmed_location_identification_tlv() 1055 pos += calength; in create_lldpmed_location_identification_tlv()
|
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/ |
H A D | meshGRegionDelaunayInsertion.cpp | 1059 double balength, calength, dalength; in tetcircumcenter() local 1078 calength = xca * xca + yca * yca + zca * zca; in tetcircumcenter() 1099 xcirca = (balength * xcrosscd + calength * xcrossdb + dalength * xcrossbc) * in tetcircumcenter() 1101 ycirca = (balength * ycrosscd + calength * ycrossdb + dalength * ycrossbc) * in tetcircumcenter() 1103 zcirca = (balength * zcrosscd + calength * zcrossdb + dalength * zcrossbc) * in tetcircumcenter()
|
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/ |
H A D | packet-dhcp.c | 2720 guint32 calength; in dissect_dhcpopt_civic_location() local 2723 …ret_uint(tree, hf_dhcp_option_civic_location_ca_length, tvb, offset, 1, ENC_BIG_ENDIAN, &calength); in dissect_dhcpopt_civic_location() 2726 if (calength == 0) in dissect_dhcpopt_civic_location() 2729 if (tvb_reported_length_remaining(tvb, offset) >= (int)calength) in dissect_dhcpopt_civic_location() 2731 …proto_tree_add_item(tree, hf_dhcp_option_civic_location_ca_value, tvb, offset, calength, ENC_ASCII… in dissect_dhcpopt_civic_location() 2732 offset += calength; in dissect_dhcpopt_civic_location()
|
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/ |
H A D | packet-dhcp.c | 2720 guint32 calength; in dissect_dhcpopt_civic_location() local 2723 …ret_uint(tree, hf_dhcp_option_civic_location_ca_length, tvb, offset, 1, ENC_BIG_ENDIAN, &calength); in dissect_dhcpopt_civic_location() 2726 if (calength == 0) in dissect_dhcpopt_civic_location() 2729 if (tvb_reported_length_remaining(tvb, offset) >= (int)calength) in dissect_dhcpopt_civic_location() 2731 …proto_tree_add_item(tree, hf_dhcp_option_civic_location_ca_value, tvb, offset, calength, ENC_ASCII… in dissect_dhcpopt_civic_location() 2732 offset += calength; in dissect_dhcpopt_civic_location()
|
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/ |
H A D | packet-dhcp.c | 2720 guint32 calength; 2723 …ret_uint(tree, hf_dhcp_option_civic_location_ca_length, tvb, offset, 1, ENC_BIG_ENDIAN, &calength); 2726 if (calength == 0) 2729 if (tvb_reported_length_remaining(tvb, offset) >= (int)calength) 2731 …proto_tree_add_item(tree, hf_dhcp_option_civic_location_ca_value, tvb, offset, calength, ENC_ASCII… 2732 offset += calength;
|
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/ |
H A D | packet-dhcp.c | 2720 guint32 calength; in dissect_dhcpopt_civic_location() local 2723 …ret_uint(tree, hf_dhcp_option_civic_location_ca_length, tvb, offset, 1, ENC_BIG_ENDIAN, &calength); in dissect_dhcpopt_civic_location() 2726 if (calength == 0) in dissect_dhcpopt_civic_location() 2729 if (tvb_reported_length_remaining(tvb, offset) >= (int)calength) in dissect_dhcpopt_civic_location() 2731 …proto_tree_add_item(tree, hf_dhcp_option_civic_location_ca_value, tvb, offset, calength, ENC_ASCII… in dissect_dhcpopt_civic_location() 2732 offset += calength; in dissect_dhcpopt_civic_location()
|