Searched refs:msg (Results 101 - 117 of 117) sorted by relevance

12345

/seL4-camkes-master/projects/lwip/src/core/ipv6/
H A Ddhcp6.c74 #define LWIP_HOOK_DHCP6_APPEND_OPTIONS(netif, dhcp6, state, msg, msg_type, options_len_ptr, max_len)
77 #define LWIP_HOOK_DHCP6_PARSE_OPTION(netif, dhcp6, state, msg, msg_type, option, len, pbuf, offset) do { LWIP_UNUSED_ARG(msg); } while(0)
/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Dopt.h3071 * LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, state, msg, msg_type, options_len_ptr):
3076 * void my_hook(struct netif *netif, struct dhcp *dhcp, u8_t state, struct dhcp_msg *msg,
3083 * - msg: struct dhcp_msg that will be sent
3085 * - options_len_ptr: pointer to the current length of options in the dhcp_msg "msg"
3090 * msg->options[(*options_len_ptr)++] = <option_number>;
3091 * msg->options[(*options_len_ptr)++] = <option_len>;
3092 * msg->options[(*options_len_ptr)++] = <option_bytes>;
3096 #define LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, state, msg, msg_type, options_len_ptr)
3100 * LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, option_value_offset):
3104 * void my_hook(struct netif *netif, struct dhcp *dhcp, u8_t state, struct dhcp_msg *msg,
[all...]
/seL4-camkes-master/projects/camkes-tool/camkes/runner/
H A DContext.py305 def _assert(condition, msg=None):
307 if msg is not None:
308 assert condition, msg
/seL4-camkes-master/kernel/manual/parts/
H A Dipc.tex54 \ipcparam{seL4\_Word[]}{}{msg}{Message contents}
82 \texttt{msg} field to transfer arguments. However, it leaves room in
88 \texttt{msg[2]} and \texttt{msg[3]}.
90 the space left in the \texttt{msg} array if desired.
/seL4-camkes-master/tools/rumprun/lib/librumprun_base/
H A Dsysproxy.c385 struct msghdr msg; local
398 memset(&msg, 0, sizeof(msg));
411 msg.msg_iov = iov;
412 msg.msg_iovlen = iovlen;
413 n = host_sendmsg(fd, &msg, MSG_NOSIGNAL);
/seL4-camkes-master/projects/picotcp/test/unit/
H A Dmodunit_pico_802154.c54 static void dbg_addr_ext(const char *msg, uint8_t a[SIZE_6LOWPAN_EXT]) argument
56 DBG("%s: (64-bit extended address): ", msg);
/seL4-camkes-master/projects/lwip/src/core/
H A Dmem.c71 #define LWIP_MEM_ILLEGAL_FREE(msg) LWIP_ASSERT(msg, 0)
H A Dtcp_out.c116 #define TCP_CHECKSUM_ON_COPY_SANITY_CHECK_FAIL(msg) LWIP_DEBUGF(TCP_DEBUG | LWIP_DBG_LEVEL_WARNING, msg)
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/src/
H A Dload.c81 const char *msg, ...)
94 va_start(ap, msg);
95 vsnprintf(msg_text, JSON_ERROR_TEXT_LENGTH, msg, ap);
80 error_set(json_error_t *error, const lex_t *lex, const char *msg, ...) argument
/seL4-camkes-master/projects/lwip/src/apps/mqtt/
H A Dmqtt.c629 * @param msg PUBACK, PUBREC or PUBREL
635 pub_ack_rec_rel_response(mqtt_client_t *client, u8_t msg, u16_t pkt_id, u8_t qos) argument
639 mqtt_output_append_fixed_header(&client->output, msg, 0, qos, 0, 2);
644 mqtt_msg_type_to_str(msg), pkt_id));
/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dppp_impl.h562 int auth_check_passwd(ppp_pcb *pcb, char *auser, int userlen, char *apasswd, int passwdlen, const char **msg, int *msglen);
/seL4-camkes-master/projects/lwip/src/core/ipv4/
H A Ddhcp.c89 #define LWIP_HOOK_DHCP_APPEND_OPTIONS(netif, dhcp, state, msg, msg_type, options_len_ptr)
92 #define LWIP_HOOK_DHCP_PARSE_OPTION(netif, dhcp, state, msg, msg_type, option, len, pbuf, offset) do { LWIP_UNUSED_ARG(msg); } while(0)
/seL4-camkes-master/kernel/libsel4/arch_include/arm/sel4/arch/
H A Dsyscalls.h635 strcpy((char *)seL4_GetIPCBuffer()->msg, name);
/seL4-camkes-master/kernel/libsel4/sel4_arch_include/ia32/sel4/sel4_arch/
H A Dsyscalls.h868 strcpy((char *)seL4_GetIPCBuffer()->msg, name);
/seL4-camkes-master/kernel/libsel4/sel4_arch_include/x86_64/sel4/sel4_arch/
H A Dsyscalls.h665 strcpy((char *)seL4_GetIPCBuffer()->msg, name);
/seL4-camkes-master/kernel/libsel4/arch_include/riscv/sel4/arch/
H A Dsyscalls.h840 strcpy((char *)seL4_GetIPCBuffer()->msg, name);
/seL4-camkes-master/projects/util_libs/libutils/include/utils/
H A Duthash.h131 #define uthash_fatal(msg) exit(-1) /* fatal OOM error */

Completed in 404 milliseconds

12345