Home
last modified time | relevance | path

Searched refs:process_options (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dfuse.cpp582 process_options(void* data, const char* arg, int key, struct fuse_args* outArgs) in process_options() function
625 if (fuse_opt_parse(&fuseArgs, &config, fsOptions, process_options) < 0) in main()
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.cpp184 process_options(tcp_segment_header &segment, net_buffer *buffer, size_t size) in process_options() function
721 process_options(segment, buffer, headerLength - sizeof(tcp_header)); in tcp_receive_data()