Home
last modified time | relevance | path

Searched full:addresses (Results 1 – 25 of 2252) sorted by relevance

12345678910>>...91

/freebsd/contrib/libpcap/
H A Dpcap_findalldevs.3pcap90 .B addresses
91 a pointer to the first element of a list of network addresses for the
95 if the device has no addresses
136 Each element of the list of addresses is of type
186 Note that the addresses in the list of addresses might be IPv4
187 addresses, IPv6 addresses, or some other type of addresses, so you must
193 addresses are all IPv4 addresses, or even all IPv4 or IPv6 addresses.
194 IPv4 addresses have the value
196 IPv6 addresses have the value
199 define), and other addresses have other values. Whether other addresses
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddressDocstrings.i4 The SBAddress class allows addresses to be relative to a section
7 addresses than the addresses found in the object file that
8 represents them on disk. There are currently two types of addresses
11 * file addresses
12 * load addresses
14 File addresses represents the virtual addresses that are in the 'on
15 disk' object files. These virtual addresses are converted to be
17 when/if the addresses slide when the images are loaded/unloaded
24 Load addresses represents the virtual addresses where each section
26 is common for all of the load addresses to be unresolved. When a
[all …]
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/
H A Dkrb5_address.337 …ALL \fBkrb5_parse_address\fP (krb5_context context, const char *string, krb5_addresses *addresses)"
52 …ror_code KRB5_LIB_CALL \fBkrb5_free_addresses\fP (krb5_context context, krb5_addresses *addresses)"
100 krb5_address_compare compares the addresses addr1 and addr2. Returns TRUE if the two addresses are …
119 krb5_address_order compares the addresses addr1 and addr2 so that it can be used for sorting addres…
138 Calculate the boundary addresses of `inaddr'/`prefixlen' and store them in `low' and `high'.
169 \fIaddrlist\fP list of addresses to look in for addr.
203 krb5_append_addresses adds the set of addresses in source to dest. While copying the addresses, dup…
241 krb5_copy_addresses copies the content of addresses inaddr to outaddr.
247 \fIinaddr\fP pointer to source addresses
249 \fIoutaddr\fP pointer to destination addresses
[all …]
H A Dkrb5.354 …ode KRB5_LIB_CALL \fBkrb5_add_extra_addresses\fP (krb5_context context, krb5_addresses *addresses)"
57 …B5_LIB_CALL \fBkrb5_set_extra_addresses\fP (krb5_context context, const krb5_addresses *addresses)"
60 …ode KRB5_LIB_CALL \fBkrb5_get_extra_addresses\fP (krb5_context context, krb5_addresses *addresses)"
63 …de KRB5_LIB_CALL \fBkrb5_add_ignore_addresses\fP (krb5_context context, krb5_addresses *addresses)"
66 …5_LIB_CALL \fBkrb5_set_ignore_addresses\fP (krb5_context context, const krb5_addresses *addresses)"
69 …de KRB5_LIB_CALL \fBkrb5_get_ignore_addresses\fP (krb5_context context, krb5_addresses *addresses)"
196 …ror_code KRB5_LIB_CALL krb5_add_extra_addresses (krb5_context context, krb5_addresses * addresses)"
204 \fIaddresses\fP addreses to add
213 …or_code KRB5_LIB_CALL krb5_add_ignore_addresses (krb5_context context, krb5_addresses * addresses)"
215 Add extra addresses to ignore when fetching addresses from the underlaying operating system.
[all …]
/freebsd/lib/libc/net/
H A Dgetipnodebyname.3101 argument specifies the types of addresses that are searched for,
102 and the types of addresses that are returned.
117 Applications desiring finer control over the types of addresses
137 then the caller wants only IPv4 addresses.
141 If successful, the IPv4 addresses are returned and the
155 then the caller wants only IPv6 addresses.
159 If successful, the IPv6 addresses are returned and the
179 then the caller will accept IPv4-mapped IPv6 addresses.
184 records and any found are returned as IPv4-mapped IPv6 addresses
209 flag then the caller wants all addresses: IPv6 and IPv4-mapped IPv6.
[all …]
H A Dgetaddrinfo.341 addresses and port numbers for host
145 bit is set, IPv4 addresses shall be returned only if
147 and IPv6 addresses shall be returned only if
156 shall return all matching IPv6 and IPv4 addresses.
161 Any IPv4 addresses found are returned as IPv4-mapped IPv6 addresses.
239 shall return IPv4-mapped IPv6 addresses on finding no matching IPv6 addresses (
243 … found then a query is made for A records and any found are returned as IPv4-mapped IPv6 addresses.
303 By appending the percent character and scope identifier to addresses,
306 field for addresses.
307 This would make management of scoped addresses easier
[all …]
H A Dsctp_getpaddrs.334 .Nd return a list of addresses to the caller
48 function is used to get the list of the peers addresses.
51 function is used to get the list of the local addresses.
55 The addresses are returned in a newly allocated
56 array of socket addresses returned in the argument
68 the number of addresses returned in
76 addresses were provided.
79 socket addresses.
H A Dsctp_connectx.333 .Nd connect an SCTP socket with multiple destination addresses
50 addresses for the peer.
53 When one of the peers addresses
54 is unreachable, the subsequent listed addresses will also be used
66 the provided addresses in its response message then
67 the extra addresses sent in the
85 addresses were provided.
/freebsd/crypto/heimdal/kdc/
H A Dkdc.863 .Op Fl Fl addresses= Ns Ar list of addresses
118 .It Fl Fl addresses= Ns Ar list of addresses
119 The list of addresses to listen for requests on.
121 addresses.
161 .It Li check-ticket-addresses = Va boolean
162 Check the addresses in the ticket when processing TGS requests.
164 .It Li allow-null-ticket-addresses = Va boolean
165 Permit tickets with no addresses.
166 This option is only relevant when check-ticket-addresses is TRUE.
168 Permit anonymous tickets with no addresses.
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_init_context.391 .Fa "krb5_addresses *addresses"
96 .Fa "const krb5_addresses *addresses"
101 .Fa "krb5_addresses *addresses"
106 .Fa "krb5_addresses *addresses"
111 .Fa "const krb5_addresses *addresses"
116 .Fa "krb5_addresses *addresses"
225 add a list of addresses that should be added when requesting tickets.
228 add a list of addresses that should be ignored when requesting tickets.
231 get the list of addresses that should be added when requesting tickets.
234 get the list of addresses that should be ignored when requesting tickets.
[all …]
H A Dkrb5_get_all_client_addrs.340 .Nd return local addresses
52 a list of addresses associated with the local
55 The server variant returns all configured interface addresses (if
56 possible), including loop-back addresses. This is useful if you want
64 but will not include loop-back addresses, unless there are no other
65 addresses found. It will remove all addresses included in
67 but will unconditionally include addresses in
70 The returned addresses should be freed by calling
H A Dtest_addr.c39 krb5_addresses addresses; in print_addr() local
46 ret = krb5_parse_address(context, addr, &addresses); in print_addr()
50 if (addresses.len < 1) in print_addr()
51 krb5_err(context, 1, ret, "too few addresses"); in print_addr()
53 for (i = 0; i < addresses.len; i++) { in print_addr()
54 krb5_print_address(&addresses.val[i], buf, sizeof(buf), &len); in print_addr()
61 krb5_print_address(&addresses.val[i], buf2, sizeof(buf2), &len); in print_addr()
70 krb5_free_addresses(context, &addresses); in print_addr()
78 krb5_addresses addresses; in truncated_addr() local
85 ret = krb5_parse_address(context, addr, &addresses); in truncated_addr()
[all …]
H A Dcontext.c183 krb5_addresses addresses; in init_context_from_config_file() local
191 memset(&addresses, 0, sizeof(addresses)); in init_context_from_config_file()
193 ret = krb5_parse_address(context, *a, &addresses); in init_context_from_config_file()
195 krb5_add_extra_addresses(context, &addresses); in init_context_from_config_file()
196 krb5_free_addresses(context, &addresses); in init_context_from_config_file()
206 memset(&addresses, 0, sizeof(addresses)); in init_context_from_config_file()
208 ret = krb5_parse_address(context, *a, &addresses); in init_context_from_config_file()
210 krb5_add_ignore_addresses(context, &addresses); in init_context_from_config_file()
211 krb5_free_addresses(context, &addresses); in init_context_from_config_file()
1093 * @param addresses addreses to add
[all …]
H A Daddr_families.c126 * Are there any addresses that should be considered `uninteresting'?
963 * local addresses.
967 * @return Return a non zero for uninteresting addresses.
998 * @param af addresses
1145 * krb5_addresses addresses .
1149 * @param addresses
1159 krb5_addresses *addresses) in krb5_parse_address() argument
1166 addresses->len = 0; in krb5_parse_address()
1167 addresses->val = NULL; in krb5_parse_address()
1173 ALLOC_SEQ(addresses, 1); in krb5_parse_address()
[all …]
H A Dget_addrs.c87 EXTRA_ADDRESSES = 4, /* include extra addresses */
88 SCAN_INTERFACES = 8 /* scan interfaces for addresses */
92 * Try to figure out the addresses of all configured interfaces with a
119 krb5_set_error_message(context, ENXIO, N_("no addresses found", "")); in find_all_addresses()
124 /* we'll remove the addresses we don't care about */ in find_all_addresses()
159 * addresses who's type we *do* support. in find_all_addresses()
169 addresses */ in find_all_addresses()
177 * If no addresses were found, and LOOP_IF_NONE is set, then find in find_all_addresses()
178 * the loopback addresses and add them to our list. in find_all_addresses()
238 /* append user specified addresses */ in get_addrs_int()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DSymbolSize.cpp75 // Collect sorted symbol addresses. Include dummy addresses for the end in computeSymbolSizes()
77 std::vector<SymEntry> Addresses; in computeSymbolSizes() local
85 Addresses.push_back({I, *ValueOrErr, SymNum, getSymbolSectionID(O, Sym)}); in computeSymbolSizes()
91 Addresses.push_back( in computeSymbolSizes()
95 if (Addresses.empty()) in computeSymbolSizes()
98 array_pod_sort(Addresses.begin(), Addresses.end(), compareAddress); in computeSymbolSizes()
101 // the same address, give both the same size. Because Addresses is sorted, in computeSymbolSizes()
104 for (unsigned I = 0, NextI = 0, N = Addresses.size() - 1; I < N; ++I) { in computeSymbolSizes()
105 auto &P = Addresses[I]; in computeSymbolSizes()
112 while (NextI < N && Addresses[NextI].Address == P.Address) in computeSymbolSizes()
[all …]
/freebsd/share/doc/psd/21.ipc/
H A D3.t42 locate and construct network addresses when using the
47 to manipulate network addresses. While the 4.4BSD networking
61 into network \fIaddresses\fP which are not necessarily suitable
77 to network addresses, network names to network numbers,
95 char **h_addr_list; /* list of addresses, null terminated */
103 maps Internet host addresses into a \fIhostent\fP structure.
108 variable length address. This list of addresses is
110 for a host to have many addresses, all having the same name.
112 and is defined to be the first address in the list of addresses
122 The nameserver version may return alternate addresses,
[all …]
/freebsd/share/man/man7/
H A Dfirewall.736 IP addresses and to isolate services such as NFS or SMBFS (Windows
146 on this LAN are dual-homed with both internal 10.\& IP addresses and
147 Internet-routed IP addresses.
157 internal addresses access to the Internet through a NAT gateway running
160 is given two Internet-exposed addresses on fxp0 in addition to an
166 on the exposed LAN internal 10.0.0.x addresses as well as exposed
167 addresses.
169 to internal addresses even on exposed machines and still protect
172 exposed IP addresses would be the ones you wish to expose to the
181 internal IP addresses (10.0.0.x).
[all …]
/freebsd/share/man/man4/
H A Dmac_ipacl.458 jail's ability to set IPv4 and IPv6 addresses.
60 define rules for jails and their interfaces about IP addresses
65 Its default behavior is to deny all IP addresses for the jail if
79 for IPv4 addresses.
84 for IPv6 addresses.
112 For a non-negative value, a range of IP addresses (present in subnet)
125 It allows all IPv6 addresses since the policy is not enforced for IPv6.
129 It denies all IPv4 addresses as the policy is enforced but no rules are specified
131 It allows all IPv6 addresses in subnet fe80::/32 except
138 It allows IPv6 addresses in subnet fc00::/7 but
[all …]
/freebsd/share/examples/ipfilter/rules/
H A Dnat-setup6 network adapter connected to the network with private IP addresses which
31 addresses assigned to you, maybe several different blocks, or you use a
32 single IP address, i.e. with dialup PPP. If you have a block of addresses
34 only a few internal IP addresses) or N:1 mappings, where groups of internal
35 addresses map to a single IP address and unless you have enough Internet
36 addresses for a 1:1 mapping, you will want to do "portmapping" for TCP and
44 where if you had 16 addresses available, you could do:
63 IP Filter will always translate addresses in a packet _BEFORE_ it checks its
64 access list for inbound packets and translates addresses _AFTER_ it has
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h38 /// The Address class allows addresses to be relative to a section that can
40 /// frameworks) being loaded at different addresses than the addresses found
42 /// types of addresses for a section:
43 /// \li file addresses
44 /// \li load addresses
46 /// File addresses represent the virtual addresses that are in the "on disk"
47 /// object files. These virtual addresses are converted to be relative to
48 /// unique sections scoped to the object file so that when/if the addresses
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A DOpts.td19 def addresses : F<"addresses", "Show address before line information">;
21 : Eq<"adjust-vma", "Add specified offset to object file addresses">,
56 def relative_address : F<"relative-address", "Interpret addresses as addresses relative to the image base">;
58 defm untag_addresses : B<"untag-addresses", "", "Remove memory tags from addresses before symbolization">;
63 def : Flag<["-"], "a">, Alias<addresses>, HelpText<"Alias for --addresses">;
64 def : F<"print-address", "Alias for --addresses">, Alia
[all...]
/freebsd/contrib/sendmail/contrib/
H A Ddoublebounce.pl142 my($skip_lines, $in_header, $headers_found, @addresses);
180 $addresses[$headers_found]{$1} = $2;
197 foreach $addr (keys %{$addresses[2]}) {
199 syslog('info', "Trying to send to $addresses[2]{$addr} - $addresses[2]{\"From\"}");
201 $sent = send_bounce($addresses[2]{$addr}, $addresses[2]{"From"});
208 foreach $addr (keys %{$addresses[1]}) {
210 syslog('info', "Trying to send to $addresses[2]{$addr} - $addresses[2]{\"From\"}");
212 $sent = send_bounce($addresses[1]{$addr}, $addresses[2]{"From"});
/freebsd/crypto/heimdal/kuser/
H A Dkinit.177 .Oo Fl a Ar addresses \*(Ba Xo
78 .Fl Fl extra-addresses= Ns Ar addresses
83 .Op Fl A | Fl Fl no-addresses
154 .It Fl a , Fl Fl extra-addresses= Ns Ar enctypes
155 Adds a set of addresses that will, in addition to the systems local
156 addresses, be put in the ticket.
157 This can be useful if all addresses a client can use can't be
164 .It Fl A , Fl Fl no-addresses
165 Request a ticket with no addresses.
/freebsd/sbin/ipf/ipnat/
H A Dipnat.582 In some instances, we may have an entire subnet to map internal addresses
89 IPFilter will cycle through each of the 256 addresses in the 192.168.55.0/24
116 If the new addresses to be used are in a consecutive range, rather
127 If there were several ranges of addresses for use, we can use each one
181 negation matching with source addresses is
305 As with \fBipf.conf\fR(5), if we have a large set of networks or addresses
329 a network or range of network addresses, so a rule written like this:
335 Will not spread packets across all 256 IP addresses in that /24 subnet.
354 If there is a consecutive set of addresses you wish to spread the packets
363 If there are only two addresses to split the packets across, the
[all …]

12345678910>>...91