Home
last modified time | relevance | path

Searched refs:obj_lan_msg_hdr_rs (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/util/
H A Dipmi-lan-util.c106 fiid_obj_t obj_lan_msg_hdr_rs, in ipmi_lan_check_session_authentication_code() argument
122 || !fiid_obj_valid (obj_lan_msg_hdr_rs) in ipmi_lan_check_session_authentication_code()
140 if (FIID_OBJ_TEMPLATE_COMPARE (obj_lan_msg_hdr_rs, tmpl_lan_msg_hdr_rs) < 0) in ipmi_lan_check_session_authentication_code()
156 if (FIID_OBJ_PACKET_VALID (obj_lan_msg_hdr_rs) < 0) in ipmi_lan_check_session_authentication_code()
158 FIID_OBJECT_ERROR_TO_ERRNO (obj_lan_msg_hdr_rs); in ipmi_lan_check_session_authentication_code()
238 if ((obj_lan_msg_hdr_len = fiid_obj_len_bytes (obj_lan_msg_hdr_rs)) < 0) in ipmi_lan_check_session_authentication_code()
240 FIID_OBJECT_ERROR_TO_ERRNO (obj_lan_msg_hdr_rs); in ipmi_lan_check_session_authentication_code()
261 if ((obj_len = fiid_obj_get_all (obj_lan_msg_hdr_rs, buf + len, buflen - len)) < 0) in ipmi_lan_check_session_authentication_code()
263 FIID_OBJECT_ERROR_TO_ERRNO (obj_lan_msg_hdr_rs); in ipmi_lan_check_session_authentication_code()
/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/include/freeipmi/util/
H A Dipmi-lan-util.h39 fiid_obj_t obj_lan_msg_hdr_rs,
/dports/sysutils/freeipmi/freeipmi-1.6.8/ipmipower/
H A Dipmipower_check.c69 if ((rv = ipmi_lan_check_checksum (ip->obj_lan_msg_hdr_rs, in ipmipower_check_checksum()
433 if (FIID_OBJ_GET (ip->obj_lan_msg_hdr_rs, in ipmipower_check_network_function()
438 fiid_obj_errormsg (ip->obj_lan_msg_hdr_rs))); in ipmipower_check_network_function()
554 if (FIID_OBJ_GET (ip->obj_lan_msg_hdr_rs, in ipmipower_check_requester_sequence_number()
559 fiid_obj_errormsg (ip->obj_lan_msg_hdr_rs))); in ipmipower_check_requester_sequence_number()
H A Dipmipower_packet.c381 ip->obj_lan_msg_hdr_rs, in ipmipower_packet_store()
406 ip->obj_lan_msg_hdr_rs, in ipmipower_packet_store()
430 ip->obj_lan_msg_hdr_rs, in ipmipower_packet_store()
H A Dipmipower.h393 fiid_obj_t obj_lan_msg_hdr_rs; member
H A Dipmipower_powercmd.c114 fiid_obj_destroy (ip->obj_lan_msg_hdr_rs); in _destroy_ipmipower_powercmd()
421 if (!(ip->obj_lan_msg_hdr_rs = fiid_obj_create (tmpl_lan_msg_hdr_rs))) in ipmipower_powercmd_queue()
/dports/sysutils/freeipmi/freeipmi-1.6.8/libipmiconsole/
H A Dipmiconsole_checks.c81 if ((rv = ipmi_lan_check_checksum (c->connection.obj_lan_msg_hdr_rs,
271 if (FIID_OBJ_GET (c->connection.obj_lan_msg_hdr_rs,
276 fiid_obj_errormsg (c->connection.obj_lan_msg_hdr_rs)));
376 if (FIID_OBJ_GET (c->connection.obj_lan_msg_hdr_rs,
381 fiid_obj_errormsg (c->connection.obj_lan_msg_hdr_rs)));
H A Dipmiconsole_defs.h307 fiid_obj_t obj_lan_msg_hdr_rs;
H A Dipmiconsole_packet.c1460 c->connection.obj_lan_msg_hdr_rs,
1515 c->connection.obj_lan_msg_hdr_rs,
1579 c->connection.obj_lan_msg_hdr_rs,
H A Dipmiconsole_ctx.c691 if (!(c->connection.obj_lan_msg_hdr_rs = fiid_obj_create (tmpl_lan_msg_hdr_rs))) in ipmiconsole_ctx_connection_setup()
1012 if (c->connection.obj_lan_msg_hdr_rs) in __ipmiconsole_ctx_connection_cleanup()
1013 fiid_obj_destroy (c->connection.obj_lan_msg_hdr_rs); in __ipmiconsole_ctx_connection_cleanup()