Home
last modified time | relevance | path

Searched refs:DSIFL_REPLY (Results 1 – 11 of 11) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-dsi.c114 #define DSIFL_REPLY 0x01
129 {DSIFL_REPLY, "Reply" },
255 case DSIFL_REPLY:
278 if (tree && (dsi_flags == DSIFL_REPLY)) {
291 aspinfo.reply = (dsi_flags == DSIFL_REPLY);
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-dsi.c114 #define DSIFL_REPLY 0x01 macro
129 {DSIFL_REPLY, "Reply" },
255 case DSIFL_REPLY: in dissect_dsi_packet()
278 if (tree && (dsi_flags == DSIFL_REPLY)) { in dissect_dsi_packet()
291 aspinfo.reply = (dsi_flags == DSIFL_REPLY); in dissect_dsi_packet()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-dsi.c114 #define DSIFL_REPLY 0x01
129 {DSIFL_REPLY, "Reply" },
255 case DSIFL_REPLY:
278 if (tree && (dsi_flags == DSIFL_REPLY)) {
291 aspinfo.reply = (dsi_flags == DSIFL_REPLY);
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-dsi.c114 #define DSIFL_REPLY 0x01 macro
129 {DSIFL_REPLY, "Reply" },
255 case DSIFL_REPLY: in dissect_dsi_packet()
278 if (tree && (dsi_flags == DSIFL_REPLY)) { in dissect_dsi_packet()
291 aspinfo.reply = (dsi_flags == DSIFL_REPLY); in dissect_dsi_packet()
/dports/net/netatalk3/netatalk-3.1.12/libatalk/dsi/
H A Ddsi_getstat.c21 dsi->header.dsi_flags = DSIFL_REPLY; in dsi_getstatus()
H A Ddsi_cmdreply.c26 dsi->header.dsi_flags = DSIFL_REPLY; in dsi_cmdreply()
H A Ddsi_read.c32 dsi->header.dsi_flags = DSIFL_REPLY; in dsi_readinit()
H A Ddsi_opensess.c65 dsi->header.dsi_flags = DSIFL_REPLY; in dsi_opensession()
H A Ddsi_getsess.c67 dsi->header.dsi_flags = DSIFL_REPLY; in dsi_getsession()
H A Ddsi_stream.c367 dsi->header.dsi_flags = DSIFL_REPLY; in dsi_stream_read_file()
/dports/net/netatalk3/netatalk-3.1.12/include/atalk/
H A Ddsi.h106 #define DSIFL_REPLY 0x01 macro