Searched refs:unpack_header (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/lib9p/pytest/
H A Dprotocol.py286 >>> d = plain.unpack_header(pkt[0:1], noerror=True)
290 >>> d = plain.unpack_header(pkt[0:2], noerror=True)
297 >>> plain.unpack_header(pkt[0:0]) # doctest: +IGNORE_EXCEPTION_DETAIL
304 >>> d = plain.unpack_header(pkt)
708 def unpack_header(bstring, noerror=False): member in class:_P9Proto
726 vdict = self.unpack_header(bstring, noerror)
H A Dp9conn.py606 header = self.proto.unpack_header(pkt, noerror=True)

Completed in 128 milliseconds