Home
last modified time | relevance | path

Searched refs:ioctl_command (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/slider/Slider-7bf0423/
H A Ddragonfly-hammer-binding.ads36 subtype ioctl_command is uLong; subtype
56 HAMMERIOC_GETHISTORY : constant ioctl_command := 16#c4506802#;
102 command : ioctl_command;
/dports/net/wireshark/wireshark-3.6.1/plugins/epan/gryphon/
H A Dpacket-gryphon.h569 guint32 ioctl_command; //should be more generic, but IOCTL is currently the only user member
H A Dpacket-gryphon.c3703 guint32 context, ioctl_command; in decode_command() local
3946 ioctl_command = tvb_get_ntohl(tvb, offset); in decode_command()
3949 pkt_info->ioctl_command = ioctl_command; in decode_command()
3951 offset = cmd_ioctl(tvb, pinfo, offset, ft, ioctl_command); in decode_command()
3993 pkt_info->ioctl_command = pkt_info_list->ioctl_command; in decode_response()
4007 if (pkt_info->ioctl_command != 0) { in decode_response()
4008 …proto_tree_add_uint(pt, hf_gryphon_cmd_ioctl_context, tvb, offset + 1, 1, pkt_info->ioctl_command); in decode_response()
4179 offset = cmd_ioctl_resp(tvb, pinfo, offset, ft, pkt_info->ioctl_command); in decode_response()
/dports/net/wireshark-lite/wireshark-3.6.1/plugins/epan/gryphon/
H A Dpacket-gryphon.h569 guint32 ioctl_command; //should be more generic, but IOCTL is currently the only user member
H A Dpacket-gryphon.c3703 guint32 context, ioctl_command; in decode_command() local
3946 ioctl_command = tvb_get_ntohl(tvb, offset); in decode_command()
3949 pkt_info->ioctl_command = ioctl_command; in decode_command()
3951 offset = cmd_ioctl(tvb, pinfo, offset, ft, ioctl_command); in decode_command()
3993 pkt_info->ioctl_command = pkt_info_list->ioctl_command; in decode_response()
4007 if (pkt_info->ioctl_command != 0) { in decode_response()
4008 …proto_tree_add_uint(pt, hf_gryphon_cmd_ioctl_context, tvb, offset + 1, 1, pkt_info->ioctl_command); in decode_response()
4179 offset = cmd_ioctl_resp(tvb, pinfo, offset, ft, pkt_info->ioctl_command); in decode_response()
/dports/net/tshark-lite/wireshark-3.6.1/plugins/epan/gryphon/
H A Dpacket-gryphon.h569 guint32 ioctl_command; //should be more generic, but IOCTL is currently the only user member
H A Dpacket-gryphon.c3703 guint32 context, ioctl_command; in decode_command() local
3946 ioctl_command = tvb_get_ntohl(tvb, offset); in decode_command()
3949 pkt_info->ioctl_command = ioctl_command; in decode_command()
3951 offset = cmd_ioctl(tvb, pinfo, offset, ft, ioctl_command); in decode_command()
3993 pkt_info->ioctl_command = pkt_info_list->ioctl_command; in decode_response()
4007 if (pkt_info->ioctl_command != 0) { in decode_response()
4008 …proto_tree_add_uint(pt, hf_gryphon_cmd_ioctl_context, tvb, offset + 1, 1, pkt_info->ioctl_command); in decode_response()
4179 offset = cmd_ioctl_resp(tvb, pinfo, offset, ft, pkt_info->ioctl_command); in decode_response()
/dports/net/tshark/wireshark-3.6.1/plugins/epan/gryphon/
H A Dpacket-gryphon.h569 guint32 ioctl_command; //should be more generic, but IOCTL is currently the only user in dissect_ethercat_frame()
H A Dpacket-gryphon.c3703 guint32 context, ioctl_command;
3946 ioctl_command = tvb_get_ntohl(tvb, offset);
3949 pkt_info->ioctl_command = ioctl_command;
3951 offset = cmd_ioctl(tvb, pinfo, offset, ft, ioctl_command);
3993 pkt_info->ioctl_command = pkt_info_list->ioctl_command;
4007 if (pkt_info->ioctl_command != 0) {
4008 …proto_tree_add_uint(pt, hf_gryphon_cmd_ioctl_context, tvb, offset + 1, 1, pkt_info->ioctl_command);
4179 offset = cmd_ioctl_resp(tvb, pinfo, offset, ft, pkt_info->ioctl_command);