Searched refs:sip (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmp_traps.c | 58 ip_addr_t sip; member 179 if (snmp_get_local_ip_for_dst(snmp_traps_handle, &td->dip, &trap_msg.sip)) { in snmp_send_trap() 325 if (IP_IS_V6_VAL(trap->sip)) { in snmp_trap_header_sum() 327 len = sizeof(ip_2_ip6(&trap->sip)->addr); in snmp_trap_header_sum() 331 len = sizeof(ip_2_ip4(&trap->sip)->addr); in snmp_trap_header_sum() 412 if (IP_IS_V6_VAL(trap->sip)) { in snmp_trap_header_enc() 414 SNMP_ASN1_SET_TLV_PARAMS(tlv, SNMP_ASN1_TYPE_IPADDR, 0, sizeof(ip_2_ip6(&trap->sip)->addr)); in snmp_trap_header_enc() 416 …asn1_enc_raw(pbuf_stream, (const u8_t *)&ip_2_ip6(&trap->sip)->addr, sizeof(ip_2_ip6(&trap->sip)->… in snmp_trap_header_enc() 420 SNMP_ASN1_SET_TLV_PARAMS(tlv, SNMP_ASN1_TYPE_IPADDR, 0, sizeof(ip_2_ip4(&trap->sip)->addr)); in snmp_trap_header_enc() 422 …asn1_enc_raw(pbuf_stream, (const u8_t *)&ip_2_ip4(&trap->sip)->addr, sizeof(ip_2_ip4(&trap->sip)->… in snmp_trap_header_enc()
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 320 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: 321 # http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
|
A D | web_doxyfile.in | 320 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: 321 # http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 339 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: 340 # http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 376 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: 377 # https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | doxyfile | 247 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 236 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 276 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
|
Completed in 46 milliseconds