Searched refs:packet_size (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/bootp-298/bootplib/
H A Dbpflib.h34 int bpf_arp_filter(int fd, int type_offset, int type, int packet_size);
/macosx-10.10/iodbc-42.5/iodbc/iodbc/
H A Dhdbc.h131 UDWORD packet_size; member in struct:DBC
H A Dhdbc.c225 pdbc->packet_size = 0UL;
679 pdbc->packet_size = vParam;
H A Dconnect.c535 * - SQL_ATTR_PACKET_SIZE (packet_size)
541 if (strict_match && pdbc->packet_size != cp_pdbc->packet_size)
543 DPRINTF ((stderr, "DEBUG: packet_size does not match (conn %p, cp_conn %p, strict_match %d)",
1481 pdbc->packet_size = 0UL;
1555 if (pdbc->packet_size != 0UL)
1558 pdbc->packet_size, waMode);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcomsoc_smb.c578 size_t packet_size; local
583 packet_size = rpc__smb_buffer_packet_size(buffer);
585 buffer->start_cursor += packet_size;

Completed in 125 milliseconds