HomeSort by: relevance | last modified time | path
    Searched defs:scope (Results 1 - 25 of 185) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/lib/libc/net/
inet6_scopeid.c 56 uint16_t scope; local
57 memcpy(&scope, &sin6->sin6_addr.s6_addr[2], sizeof(scope));
58 sin6->sin6_scope_id = ntohs(scope);
74 uint16_t scope = htons(sin6->sin6_scope_id); local
75 memcpy(&sin6->sin6_addr.s6_addr[2], &scope, sizeof(scope));
  /src/external/mpl/bind/dist/lib/dns/include/dns/
ecs.h 28 * Maximum scope values for IPv4 and IPv6.
45 uint8_t scope; member in struct:dns_ecs
66 * scope prefix-length field).
70 * match. Subsequent address bits and the 'scope' values are ignored.
  /src/usr.bin/make/unit-tests/
directive-for.mk 60 # namespaces and do not influence each other. The "scope" of the .for loop
291 # When there is a variable definition 'scope=cmdline' from the command line
293 # over a variable of the same name, the expression '${scope}' expands to the
295 # expanded, the expression '${scope}' is textually replaced with ${:Uloop}',
298 # contain the word 'scope' anymore.
299 .MAKEFLAGS: scope=cmdline macro
300 .for scope in loop
301 . if ${scope} != "loop"
  /src/external/bsd/kyua-cli/dist/utils/signals/
programmer_test.cpp 86 ATF_TEST_CASE_WITHOUT_HEAD(scope); variable
87 ATF_TEST_CASE_BODY(scope)
138 ATF_ADD_TEST_CASE(tcs, scope);
  /src/external/bsd/openldap/dist/libraries/libldap/
urltest.c 48 *scope = NULL; local
112 scope = ldap_pvt_scope2str( lud->lud_scope );
113 if ( scope ) {
114 fprintf( stdout, "SCOPE: %s\n", scope );
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
ecs.h 29 * Maximum scope values for IPv4 and IPv6.
46 uint8_t scope; member in struct:dns_ecs
67 * scope prefix-length field).
71 * match. Subsequent address bits and the 'scope' values are ignored.
  /src/sys/sys/
fault.h 49 int scope; member in struct:fault_ioc_enable
57 int scope; member in struct:fault_ioc_disable
61 int scope; member in struct:fault_ioc_getinfo
  /src/external/bsd/ntp/dist/libntp/
decodenetnum.c 86 * brackets, ports and scope identifiers. The heuristics are
95 unsigned int port=NTP_PORT, scope=0; local
136 /* For AF_INET6, evaluate and remove any scope suffix. Have
148 scope = _num_or_dflt(_chop(strchr(haddr, '%')), 0xFFFFFFFFu, scope);
152 netnum.sa6.sin6_scope_id = scope;
socktoa.c 40 u_long scope; local
59 scope = SCOPE_VAR(sock);
60 if (0 != scope && !strchr(res, '%')) {
64 addr, scope);
  /src/external/bsd/openpam/dist/include/security/
pam_types.h 80 void *scope; member in struct:pam_repository
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPSearchRequest.cpp 31 LDAPSearchRequest::LDAPSearchRequest(const string& base, int scope,
41 " base:" << base << endl << " scope:" << scope << endl
46 m_scope=scope;
95 int scope; local
112 scope = LDAPAsynConnection::SEARCH_BASE;
113 DEBUG(LDAP_DEBUG_TRACE," adjusted scope to BASE" << endl);
115 scope = m_scope;
120 return new LDAPSearchRequest(usedUrl->getDN(), scope, filter,
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-object-load.h 73 /* The "scope" of this compilation. */
74 enum compile_i_scope_types scope; member in struct:compile_module
76 /* User data for SCOPE in use. */
96 enum compile_i_scope_types scope, void *scope_data);
compile-cplus-symbols.c 40 symbol came from the global scope. IS_LOCAL is true if the symbol
41 came from a local scope. (Note that the two are not strictly
43 scope.) */
186 if (instance->scope () != COMPILE_I_RAW_SCOPE || symbol_name == nullptr)
188 /* For non-local symbols, create/push a new scope so that the
192 compile_scope scope local
195 if (scope.nested_type () != GCC_TYPE_NONE)
202 instance->enter_scope (std::move (scope));
215 /* Pop scope for non-local symbols. */
232 scope, then we should first convert any static or global scop
    [all...]
compile.h 31 /* Scope types enumerator. List the types of scopes the compiler will
38 /* A simple scope. Wrap an expression into a simple scope that
48 /* A printable expression scope. Wrap an expression into a scope
129 /* Set the scope type for this compile. */
130 void set_scope (enum compile_i_scope_types scope)
132 m_scope = scope;
135 /* Return the scope type. */
136 enum compile_i_scope_types scope () cons function in class:compile_instance
    [all...]
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-object-load.h 73 /* The "scope" of this compilation. */
74 enum compile_i_scope_types scope; member in struct:compile_module
76 /* User data for SCOPE in use. */
96 enum compile_i_scope_types scope, void *scope_data);
compile-cplus-symbols.c 40 symbol came from the global scope. IS_LOCAL is true if the symbol
41 came from a local scope. (Note that the two are not strictly
43 scope.) */
186 if (instance->scope () != COMPILE_I_RAW_SCOPE || symbol_name == nullptr)
188 /* For non-local symbols, create/push a new scope so that the
192 compile_scope scope local
195 if (scope.nested_type () != GCC_TYPE_NONE)
202 instance->enter_scope (std::move (scope));
215 /* Pop scope for non-local symbols. */
232 scope, then we should first convert any static or global scop
    [all...]
  /src/sys/netinet6/
scope6.c 83 /* by default, we don't care about scope boundary for these scopes. */
99 * Get a scope of the address. Interface-local, link-local, site-local
105 int scope; local
108 scope = addr->s6_addr[1] & 0xc0;
110 switch (scope) {
121 scope = addr->s6_addr[1] & 0x0f;
124 * due to other scope such as reserved,
125 * return scope doesn't work.
127 switch (scope) {
177 * Validate the specified scope zone ID in the sin6_scope_id field. If the I
287 int scope; local
    [all...]
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
interfaceiter.c 101 * BSD variants embed scope zone IDs in the 128bit
196 int prefix, scope, flags; local
210 address, &ifindex, &prefix, &scope, &flags, name);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/allop/
allop.c 80 int scope, local
96 scope = lud->lud_scope;
97 if ( scope == LDAP_SCOPE_DEFAULT ) {
98 scope = LDAP_SCOPE_BASE;
102 if ( scope == LDAP_SCOPE_BASE ) {
138 ao->ao_scope = scope;
  /src/external/bsd/tmux/dist/
cmd-set-option.c 96 int scope; local
130 /* Get the scope and table for the option .*/
131 scope = options_scope_from_name(args, window, name, target, &oo,
133 if (scope == OPTIONS_TABLE_NONE) {
168 if (args_has(args, 'U') && scope == OPTIONS_TABLE_WINDOW) {
cmd-show-options.c 83 int window, idx, ambiguous, parent, scope; local
89 scope = options_scope_from_flags(args, window, target, &oo,
91 if (scope == OPTIONS_TABLE_NONE) {
98 return (cmd_show_options_all(self, item, scope, oo));
112 scope = options_scope_from_name(args, window, name, target, &oo,
114 if (scope == OPTIONS_TABLE_NONE) {
199 cmd_show_options_all(struct cmd *self, struct cmdq_item *item, int scope,
219 if (~oe->scope & scope)
  /src/external/gpl3/binutils/dist/gprofng/src/
DataObject.h 48 Histable *scope; // scope of this dataobject member in class:DataObject
58 Histable *get_scope () { return scope; }
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DataObject.h 48 Histable *scope; // scope of this dataobject member in class:DataObject
58 Histable *get_scope () { return scope; }
  /src/external/gpl3/gdb.old/dist/gdb/
ax.h 85 agent_expr (struct gdbarch *gdbarch, CORE_ADDR scope)
87 scope (scope)
97 CORE_ADDR scope;
96 CORE_ADDR scope; member in struct:agent_expr
  /src/external/gpl3/gdb/dist/gdb/
ax.h 85 agent_expr (struct gdbarch *gdbarch, CORE_ADDR scope)
87 scope (scope)
97 CORE_ADDR scope;
96 CORE_ADDR scope; member in struct:agent_expr

Completed in 31 milliseconds

1 2 3 4 5 6 7 8