You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: uefi/src/proto/network/snp.rs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -214,6 +214,9 @@ impl SimpleNetwork {
214
214
}
215
215
216
216
/// Place a packet in the transmit queue of a network interface.
217
+
///
218
+
/// # Arguments
219
+
/// - `protocol`: Ether Type as of RFC 3232. See https://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml#ieee-802-numbers-1 for examples.
0 commit comments