Home
last modified time | relevance | path

Searched refs:sip (Results 1 - 9 of 9) sorted by relevance

/third_party/lwip/src/apps/snmp/
H A Dsnmp_traps.c58 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 Dtool_formparse.c183 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 Dbool-cast-lp64.c3 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 Dbool-cast-lp32.c3 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 Dbool-cast.c5 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 Dsigaction01.c89 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 Dhash.rs8 let mut hasher = crate::sip::SipHasher13::new(); in hash()
H A Dlib.rs460 mod sip; modules
/third_party/libunwind/libunwind/src/x86_64/
H A DGos-solaris.c35 uint64_t sip; member

Completed in 4 milliseconds