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

/u-boot/net/
H A Dtcp.c467 * @o_len: length of the option field.
469 void tcp_parse_options(uchar *o, int o_len) argument
478 for (p = o; p < (o + o_len); p = p + p[1]) {

Completed in 39 milliseconds