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

/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp937 get_int_option(void* target, size_t length, int value) function
1094 return get_int_option(value, *_length,
1100 return get_int_option(value, *_length, protocol->time_to_live);
1104 return get_int_option(value, *_length, protocol->receive_pktinfo);
1106 return get_int_option(value, *_length, protocol->receive_hoplimit);
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp797 get_int_option(void* target, size_t length, int value) function
1199 return get_int_option(value, *_length,
1203 return get_int_option(value, *_length,
1207 return get_int_option(value, *_length, protocol->time_to_live);
1209 return get_int_option(value, *_length, protocol->service_type);

Completed in 48 milliseconds