Lines Matching full:address
1 .TH "Heimdal Kerberos 5 address functions" 3 "11 Jan 2012" "Version 1.5.2" "HeimdalKerberos5library…
5 Heimdal Kerberos 5 address functions \-
49 …rb5_error_code KRB5_LIB_CALL \fBkrb5_free_address\fP (krb5_context context, krb5_address *address)"
77 …l, it will contain the actual length of the address. In case of the sa is too small to fit the who…
83 \fIaddr\fP the address to copy the from
87 …\fP pointer to length of sa, and after the call, it will contain the actual length of the address.
94 Return an error code or 0. Will return KRB5_PROG_ATYPE_NOSUPP in case address type is not supported…
106 \fIaddr1\fP address to compare
108 \fIaddr2\fP address to compare
113 Return an TRUE is the address are the same FALSE if not
119 …that it can be used for sorting addresses. If the addresses are the same address krb5_address_orde…
132 < 0 if address addr1 in 'less' then addr2. 0 if addr1 and addr2 is the same address, > 0 if addr2 i…
144 \fIinaddr\fP address in prefixlen that the bondery searched
148 \fIlow\fP lowest address
150 \fIhigh\fP highest address
161 krb5_address_search checks if the address addr is a member of the address set list addrlist .
167 \fIaddr\fP address to search for.
180 …y contain the size of the sa, and after the call, it will contain the actual length of the address.
186 \fIaf\fP address family
222 krb5_copy_address copies the content of address inaddr to outaddr.
228 \fIinaddr\fP pointer to source address
230 \fIoutaddr\fP pointer to destination address
258 …ION krb5_error_code KRB5_LIB_CALL krb5_free_address (krb5_context context, krb5_address * address)"
260 krb5_free_address frees the data stored in the address that is alloced with any of the krb5_address…
266 \fIaddress\fP address to be freed.
277 krb5_free_addresses frees the data stored in the address that is alloced with any of the krb5_addre…
300 \fIaf\fP address family
302 \fIhaddr\fP host address from struct hostent.
315 …y contain the size of the sa, and after the call, it will contain the actual length of the address.
323 \fIaddr\fP address
340 Create an address of type KRB5_ADDRESS_ADDRPORT from (addr, port)
346 \fIres\fP built address from addr/port
348 \fIaddr\fP address to use
390 krb5_print_address prints the address in addr to the string string that have the length len. If ret…
394 \fIaddr\fP address to be printed
396 \fIstr\fP pointer string to print the address into
411 krb5_sockaddr2address stores a address a 'struct sockaddr' sa in the krb5_address addr.
417 \fIsa\fP a struct sockaddr to extract the address from
419 \fIaddr\fP an Kerberos 5 address to store the address in.
443 Return an error code or 0. Will return KRB5_PROG_ATYPE_NOSUPP in case address type is not supported…