Searched refs:sip (Results 1 – 8 of 8) sorted by relevance
| /components/net/lwip/lwip-2.0.3/src/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()
|
| /components/net/lwip/lwip-2.1.2/src/apps/snmp/ |
| A D | snmp_traps.c | 58 ip_addr_t sip; member 188 if (snmp_get_local_ip_for_dst(snmp_traps_handle, &td->dip, &trap_msg.sip)) { in snmp_send_trap() 334 if (IP_IS_V6_VAL(trap->sip)) { in snmp_trap_header_sum() 336 len = sizeof(ip_2_ip6(&trap->sip)->addr); in snmp_trap_header_sum() 340 len = sizeof(ip_2_ip4(&trap->sip)->addr); in snmp_trap_header_sum() 423 if (IP_IS_V6_VAL(trap->sip)) { in snmp_trap_header_enc() 425 SNMP_ASN1_SET_TLV_PARAMS(tlv, SNMP_ASN1_TYPE_IPADDR, 0, sizeof(ip_2_ip6(&trap->sip)->addr)); in snmp_trap_header_enc() 427 …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() 431 SNMP_ASN1_SET_TLV_PARAMS(tlv, SNMP_ASN1_TYPE_IPADDR, 0, sizeof(ip_2_ip4(&trap->sip)->addr)); in snmp_trap_header_enc() 433 …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()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | snmp_msg.h | 226 ip_addr_t sip; member
|
| /components/net/lwip/lwip-1.4.1/src/core/snmp/ |
| A D | msg_out.c | 170 udp_connect(m_stat->pcb, &m_stat->sip, m_stat->sp); in snmp_send_response()
|
| A D | msg_in.c | 854 msg_ps->sip = *addr; in snmp_recv()
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 330 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see: 331 # http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.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
|
| A D | lwip.Doxyfile.cmake.in | 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
|
Completed in 18 milliseconds