Home
last modified time | relevance | path

Searched defs:final (Results 1 – 6 of 6) sorted by relevance

/subsys/net/ip/
A Dipv4_fragment.c424 uint16_t frag_offset, bool final) in send_ipv4_fragment()
594 bool final = false; in net_ipv4_send_fragmented_pkt() local
A Dipv6_fragment.c593 bool final) in send_ipv6_fragment()
761 bool final = false; in net_ipv6_send_fragmented_pkt() local
/subsys/net/lib/mqtt/
A Dmqtt_transport_websocket.c114 bool final = false; in mqtt_client_websocket_write_msg() local
/subsys/bluetooth/host/classic/shell/
A Dgoep.c146 static void goep_server_put(struct bt_obex *obex, bool final, struct net_buf *buf) in goep_server_put()
153 static void goep_server_get(struct bt_obex *obex, bool final, struct net_buf *buf) in goep_server_get()
172 static void goep_server_action(struct bt_obex *obex, bool final, struct net_buf *buf) in goep_server_action()
1058 bool final; in cmd_goep_client_put() local
1088 bool final; in cmd_goep_client_get() local
1176 bool final; in cmd_goep_client_action() local
/subsys/bluetooth/host/classic/
A Dobex.c216 static int obex_server_put_common(struct bt_obex *obex, bool final, uint16_t len, in obex_server_put_common()
297 static int obex_server_get_common(struct bt_obex *obex, bool final, uint16_t len, in obex_server_get_common()
434 static int obex_server_action_common(struct bt_obex *obex, bool final, uint16_t len, in obex_server_action_common()
1309 int bt_obex_put(struct bt_obex *obex, bool final, struct net_buf *buf) in bt_obex_put()
1434 int bt_obex_get(struct bt_obex *obex, bool final, struct net_buf *buf) in bt_obex_get()
1794 int bt_obex_action(struct bt_obex *obex, bool final, struct net_buf *buf) in bt_obex_action()
/subsys/net/lib/websocket/
A Dwebsocket.c656 enum websocket_opcode opcode, bool mask, bool final, in websocket_send_msg()

Completed in 35 milliseconds