Home
last modified time | relevance | path

Searched refs:msg_in (Results 1 – 4 of 4) sorted by relevance

/external/honggfuzz/examples/terminal-emulators/
Dterminal-test.c90 static const char msg_in[] = "\n============ IN ============\n"; in LLVMFuzzerTestOneInput() local
96 .iov_base = (void*)msg_in, in LLVMFuzzerTestOneInput()
97 .iov_len = sizeof(msg_in), in LLVMFuzzerTestOneInput()
/external/syslinux/core/lwip/src/core/
Ddhcp.c249 ip_addr_copy(dhcp->offered_ip_addr, dhcp->msg_in->yiaddr); in dhcp_handle_offer()
542 ip_addr_copy(dhcp->offered_ip_addr, dhcp->msg_in->yiaddr); in dhcp_handle_ack()
547 ip_addr_copy(dhcp->offered_si_addr, dhcp->msg_in->siaddr); in dhcp_handle_ack()
667 LWIP_ASSERT("reply wasn't freed", dhcp->msg_in == NULL ); in dhcp_start()
1252 LWIP_ASSERT("reply wasn't freed", dhcp->msg_in == NULL); in dhcp_stop()
1341 dhcp->msg_in = (struct dhcp_msg *)p->payload; in dhcp_parse_reply()
1533 LWIP_ASSERT("reply wasn't freed", dhcp->msg_in == NULL); in dhcp_recv()
1609 dhcp->msg_in = NULL; in dhcp_recv()
/external/syslinux/core/lwip/src/include/lwip/
Ddhcp.h36 struct dhcp_msg *msg_in; member
/external/syslinux/core/lwip/
DCHANGELOG375 * msg_in.c: Fixed SNMP ASN constant defines to not use ! operator
583 * snmp_structs.h, msg_in.c: Partly fixed bug #22070 (MIB_OBJECT_WRITE_ONLY
981 * msg_in.c: fixed bug #25636: SNMPSET value is ignored for integer fields
1035 * dhcp.c: task #9192: mem_free of dhcp->options_in and dhcp->msg_in
1443 * inet.c, autoip.c, msg_in.c, msg_out.c, init.c: Move some build time checkings
1701 * arch.h, api_msg.c, dhcp.c, msg_in.c, sockets.c: Introduced #define LWIP_UNUSED_ARG(x)
1725 * stats.h, stats.c, msg_in.c: Stats counters can be change to u32_t if necessary with the
1729 but never used. Fix msg_in.c with the correct #if test for a stat display.
1758 * snmp_msg.h, msg_in.c: SNMP UDP ports can be configured at compile time.