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

/freebsd-11-stable/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c116 u_int32_t new_options, test_options[2]; local
139 new_options = NEW_OPTIONS;
140 if (setsockopt(sock, IPPROTO_IP, IP_OPTIONS, &new_options,
141 sizeof(new_options)) < 0)
161 if (len != sizeof(new_options))
176 if (new_options != test_options[0])
179 new_options, test_options[0]);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp723 BreakpointName &bp_name, const BreakpointOptions &new_options,
725 bp_name.GetOptions().CopyOverSetOptions(new_options);
722 ConfigureBreakpointName( BreakpointName &bp_name, const BreakpointOptions &new_options, const BreakpointName::Permissions &new_permissions) argument

Completed in 173 milliseconds