Searched refs:osdp_packet_header (Results 1 – 1 of 1) sorted by relevance
19 struct osdp_packet_header { struct70 struct osdp_packet_header *pkt; in osdp_phy_packet_get_data_offset()77 pkt = (struct osdp_packet_header *)buf; in osdp_phy_packet_get_data_offset()81 return mark_byte_len + sizeof(struct osdp_packet_header) + sb_len; in osdp_phy_packet_get_data_offset()86 struct osdp_packet_header *pkt; in osdp_phy_packet_get_smb()92 pkt = (struct osdp_packet_header *)buf; in osdp_phy_packet_get_smb()111 struct osdp_packet_header *pkt; in osdp_phy_packet_init()113 exp_len = sizeof(struct osdp_packet_header) + 64; /* 64 is estimated */ in osdp_phy_packet_init()132 pkt = (struct osdp_packet_header *)buf; in osdp_phy_packet_init()155 return mark_byte_len + sizeof(struct osdp_packet_header) + scb_len; in osdp_phy_packet_init()[all …]