Home
last modified time | relevance | path

Searched defs:option_len (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c2102 const void *option_value, socklen_t option_len)
2180 const void *option_value, socklen_t option_len)
2192 void *option_value, socklen_t *option_len)
2287 void *option_value, socklen_t *option_len)
/third_party/toybox/toys/pending/
Ddhcp6.c174 static void fill_option(uint16_t option_id, uint16_t option_len, uint8_t **dhmesg) in fill_option()
/third_party/lwip/src/core/ipv6/
Dnd6.c642 u16_t option_len; in nd6_input() local
/third_party/lwip/src/core/ipv4/
Ddhcp.c1432 dhcp_option(u16_t options_out_len, u8_t *options, u8_t option_type, u8_t option_len) in dhcp_option()