Searched refs:sip (Results 1 - 9 of 9) sorted by relevance
/third_party/lwip/src/apps/snmp/ |
H 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 BUILD_EXEC( snmp_asn1_enc_raw(pbuf_stream, (const u8_t *)&ip_2_ip6(&trap->sip)->addr, sizeof(ip_2_ip6(&trap->sip)->addr)) ); in snmp_trap_header_enc() 431 SNMP_ASN1_SET_TLV_PARAMS(tlv, SNMP_ASN1_TYPE_IPADDR, 0, sizeof(ip_2_ip4(&trap->sip) in snmp_trap_header_enc() [all...] |
/third_party/curl/src/ |
H A D | tool_formparse.c | 183 struct tool_mime *sip = (struct tool_mime *) arg; in tool_mime_stdin_read() local 187 if(sip->size >= 0) { in tool_mime_stdin_read() 188 if(sip->curpos >= sip->size) in tool_mime_stdin_read() 190 bytesleft = sip->size - sip->curpos; in tool_mime_stdin_read() 195 if(sip->data) { in tool_mime_stdin_read() 197 memcpy(buffer, sip->data + curlx_sotouz(sip->curpos), nitems); in tool_mime_stdin_read() 204 if(sip in tool_mime_stdin_read() 218 struct tool_mime *sip = (struct tool_mime *) instream; tool_mime_stdin_seek() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/linear/ |
H A D | bool-cast-lp64.c | 3 typedef int *sip; typedef 7 static _Bool fsip_i(sip a) { return a; } in fsip_i() 8 static _Bool fsip_e(sip a) { return (_Bool)a; } in fsip_e()
|
H A D | bool-cast-lp32.c | 3 typedef int *sip; typedef 7 static _Bool fsip_i(sip a) { return a; } in fsip_i() 8 static _Bool fsip_e(sip a) { return (_Bool)a; } in fsip_e()
|
H A D | bool-cast.c | 5 typedef int *sip; typedef 15 static _Bool fsip_i(sip a) { return a; } in fsip_i() 16 static _Bool fsip_e(sip a) { return (_Bool)a; } in fsip_e()
|
/third_party/ltp/testcases/kernel/syscalls/sigaction/ |
H A D | sigaction01.c | 89 void handler(int sig, siginfo_t * sip, void *ucp) in handler() argument 129 if (sip == NULL) { in handler() 173 if (sip == NULL) { in handler()
|
/third_party/rust/crates/cxx/src/ |
H A D | hash.rs | 8 let mut hasher = crate::sip::SipHasher13::new(); in hash()
|
H A D | lib.rs | 460 mod sip; modules
|
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | Gos-solaris.c | 35 uint64_t sip; member
|
Completed in 4 milliseconds