!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/include/libnl3/netlink/   drwxr-xr-x
Free 13.26 GB of 57.97 GB (22.88%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     addr.h (2.23 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * netlink/addr.h        Abstract Address
 *
 *    This library is free software; you can redistribute it and/or
 *    modify it under the terms of the GNU Lesser General Public
 *    License as published by the Free Software Foundation version 2.1
 *    of the License.
 *
 * Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch>
 */

#ifndef NETLINK_ADDR_H_
#define NETLINK_ADDR_H_

#include <netlink/netlink.h>

#ifdef __cplusplus
extern "C" {
#endif

struct nlattr;

struct nl_addr;

/* Creation */
extern struct nl_addr *    nl_addr_alloc(size_t);
extern struct nl_addr *    nl_addr_alloc_attr(const struct nlattr *, int);
extern struct nl_addr *    nl_addr_build(int, const void *, size_t);
extern int        nl_addr_parse(const char *, int, struct nl_addr **);
extern struct nl_addr *    nl_addr_clone(const struct nl_addr *);

/* Usage Management */
extern struct nl_addr *    nl_addr_get(struct nl_addr *);
extern void        nl_addr_put(struct nl_addr *);
extern int        nl_addr_shared(const struct nl_addr *);

extern int        nl_addr_cmp(const struct nl_addr *,
                    const struct nl_addr *);
extern int        nl_addr_cmp_prefix(const struct nl_addr *,
                       const struct nl_addr *);
extern int        nl_addr_iszero(const struct nl_addr *);
extern int        nl_addr_valid(const char *, int);
extern int          nl_addr_guess_family(const struct nl_addr *);
extern int        nl_addr_fill_sockaddr(const struct nl_addr *,
                          struct sockaddr *, socklen_t *);
extern int        nl_addr_info(const struct nl_addr *,
                     struct addrinfo **);
extern int        nl_addr_resolve(const struct nl_addr *, char *, size_t);

/* Access Functions */
extern void        nl_addr_set_family(struct nl_addr *, int);
extern int        nl_addr_get_family(const struct nl_addr *);
extern int        nl_addr_set_binary_addr(struct nl_addr *, const void *,
                        size_t);
extern void *        nl_addr_get_binary_addr(const struct nl_addr *);
extern unsigned int    nl_addr_get_len(const struct nl_addr *);
extern void        nl_addr_set_prefixlen(struct nl_addr *, int);
extern unsigned int    nl_addr_get_prefixlen(const struct nl_addr *);

/* Address Family Translations */
extern char *        nl_af2str(int, char *, size_t);
extern int        nl_str2af(const char *);

/* Translations to Strings */
extern char *        nl_addr2str(const struct nl_addr *, char *, size_t);

#ifdef __cplusplus
}
#endif

#endif

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0063 ]--