Home | History | Annotate | Download | only in efi

Lines Matching defs:Protocol

701 		uint16_t	Protocol;
714 proto = proto_name(p->Protocol);
727 DEVPATH_FMT(Protocol: 0x%04x(%s)\n)
736 p->Protocol, proto,
758 uint16_t Protocol;
770 proto = proto_name(p->Protocol);
783 DEVPATH_FMT(Protocol: 0x%04x(%s)\n)
792 p->Protocol, proto,
1071 protocol_name(uint16_t Protocol)
1074 return Protocol == 0 ? "TCP" : "RSVD";
1094 uint16_t Protocol;
1118 proto = protocol_name(p->Protocol);
1131 DEVPATH_FMT(Protocol: 0x%04x(%s)\n)
1137 p->Protocol, proto,