Home
last modified time | relevance | path

Searched defs:pktid (Results 1 – 25 of 38) sorted by relevance

12

/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dpacket.py169 def _log_packet(self, msg, pkttype, pktid, packet, note): argument
188 def log_sent_packet(self, pkttype, pktid, packet, note=''): argument
194 def log_received_packet(self, pkttype, pktid, packet, note=''): argument
211 def process_packet(self, pkttype, pktid, packet): argument
H A Dlogging.py141 def packet(self, pktid, packet, msg, *args, **kwargs): argument
H A Dsftp.py1069 async def _process_packet(self, pkttype, pktid, packet): argument
1074 def send_packet(self, pkttype, pktid, *args): argument
1150 async def _process_packet(self, pkttype, pktid, packet): argument
3511 async def _process_packet(self, pkttype, pktid, packet): argument
/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dos_demo.c77 static word32_t pktid = 0; in pthru_send() local
H A Dcdsim.h46 byte_t pktid; /* Packet id */ member
/dports/net/tiny-network-utilities/tiny-network-utilities-1.0/
H A Dtiny-udp-proxy.py169 def packet_new_ip_headers(proto, ip_src, ip_dst, pktid, remlen): argument
205 def packet_new_udp(ip_src, ip_dst, port_src, port_dst, pktid, payload_bytes): argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.h18 u8 pktid; member
146 u8 pktid; member
H A Dtx.c138 mt76_tx_status_skb_get(struct mt76_dev *dev, struct mt76_wcid *wcid, int pktid, in mt76_tx_status_skb_get()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.h18 u8 pktid; member
146 u8 pktid; member
H A Dtx.c138 mt76_tx_status_skb_get(struct mt76_dev *dev, struct mt76_wcid *wcid, int pktid, in mt76_tx_status_skb_get()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.h18 u8 pktid; member
146 u8 pktid; member
H A Dtx.c138 mt76_tx_status_skb_get(struct mt76_dev *dev, struct mt76_wcid *wcid, int pktid, in mt76_tx_status_skb_get()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/serial/
H A Dgarmin_gps.c390 int pktid = recpkt[0]; in gsp_rec_packet() local
591 int pktid = 0; in gsp_send() local
1048 int pktid, pktsiz, len; in garmin_write() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/serial/
H A Dgarmin_gps.c390 int pktid = recpkt[0]; in gsp_rec_packet() local
591 int pktid = 0; in gsp_send() local
1048 int pktid, pktsiz, len; in garmin_write() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/serial/
H A Dgarmin_gps.c390 int pktid = recpkt[0]; in gsp_rec_packet() local
591 int pktid = 0; in gsp_send() local
1048 int pktid, pktsiz, len; in garmin_write() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c366 struct brcmf_msgbuf_pktid *pktid; in brcmf_msgbuf_get_pktid() local
395 struct brcmf_msgbuf_pktid *pktid; in brcmf_msgbuf_release_array() local
704 u32 pktid; in brcmf_msgbuf_txflow() local
907 u32 pktid; in brcmf_msgbuf_rxbuf_data_post() local
1015 u32 pktid; in brcmf_msgbuf_rxbuf_ctrl_post() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c366 struct brcmf_msgbuf_pktid *pktid; in brcmf_msgbuf_get_pktid() local
395 struct brcmf_msgbuf_pktid *pktid; in brcmf_msgbuf_release_array() local
704 u32 pktid; in brcmf_msgbuf_txflow() local
907 u32 pktid; in brcmf_msgbuf_rxbuf_data_post() local
1015 u32 pktid; in brcmf_msgbuf_rxbuf_ctrl_post() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c366 struct brcmf_msgbuf_pktid *pktid; in brcmf_msgbuf_get_pktid() local
395 struct brcmf_msgbuf_pktid *pktid; in brcmf_msgbuf_release_array() local
704 u32 pktid; in brcmf_msgbuf_txflow() local
907 u32 pktid; in brcmf_msgbuf_rxbuf_data_post() local
1015 u32 pktid; in brcmf_msgbuf_rxbuf_ctrl_post() local
/dports/security/py-asyncssh/asyncssh-2.8.1/tests/
H A Dtest_sftp.py94 async def _process_packet(self, pkttype, pktid, packet): argument
108 async def _process_packet(self, pkttype, pktid, packet): argument
2183 async def _unrecognized_response_pktid(self, pkttype, pktid, packet): argument
2200 async def _bad_response_type(self, pkttype, pktid, packet): argument
2216 async def _unexpected_ok_response(self, pkttype, pktid, packet): argument
2233 async def _malformed_ok_response(self, pkttype, pktid, packet): argument
2250 async def _short_ok_response(self, pkttype, pktid, packet): argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.h17 u8 pktid; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.h17 u8 pktid; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.h17 u8 pktid; member
/dports/audio/xmcd/xmcd-3.3.2/cda_d/
H A Dcda.h186 word32_t pktid; member
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dtox.c2325 …llback_friend_lossy_packet_per_pktid(Tox *tox, tox_friend_lossy_packet_cb *callback, uint8_t pktid) in tox_callback_friend_lossy_packet_per_pktid()
2371 …_friend_lossless_packet_per_pktid(Tox *tox, tox_friend_lossless_packet_cb *callback, uint8_t pktid) in tox_callback_friend_lossless_packet_per_pktid()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.h399 u32 pktid:4; member

12