Lines Matching defs:bytes
254 def print_sa_inet(sa: bytes):
261 def print_sa_inet6(sa: bytes):
269 def print_sa_link(sa: bytes, hd: Optional[bool] = True):
291 def print_sa_unknown(sa: bytes):
295 def print_sa(cls, sa: bytes, hd: Optional[bool] = False):
358 def add_sa_attr(self, attr_type, attr_bytes: bytes):
442 def from_bytes(cls, data: bytes):
530 def new_rtm_any(self, msg_type, prefix: str, gw: Union[str, bytes]): argument
549 def new_rtm_add(self, prefix: str, gw: Union[str, bytes]): argument
552 def new_rtm_del(self, prefix: str, gw: Union[str, bytes]): argument
555 def new_rtm_change(self, prefix: str, gw: Union[str, bytes]): argument
563 def print_hd(self, data: bytes):
581 def parse_message(self, data: bytes):
588 def write_data(self, data: bytes):