!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/route/   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:     nexthop.h (2.39 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * netlink/route/nexthop.h    Routing Nexthop
 *
 *    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-2008 Thomas Graf <tgraf@suug.ch>
 */

#ifndef NETLINK_ROUTE_NEXTHOP_H_
#define NETLINK_ROUTE_NEXTHOP_H_

#include <netlink/netlink.h>
#include <netlink/addr.h>

#ifdef __cplusplus
extern "C" {
#endif

struct rtnl_nexthop;

enum {
    NH_DUMP_FROM_ONELINE = -2,
    NH_DUMP_FROM_DETAILS = -1,
    NH_DUMP_FROM_ENV = 0,
    /* > 0 reserved for nexthop index */
};

extern struct rtnl_nexthop * rtnl_route_nh_alloc(void);
extern struct rtnl_nexthop * rtnl_route_nh_clone(struct rtnl_nexthop *);
extern void        rtnl_route_nh_free(struct rtnl_nexthop *);

extern int        rtnl_route_nh_compare(struct rtnl_nexthop *,
                          struct rtnl_nexthop *,
                          uint32_t, int);

extern void        rtnl_route_nh_dump(struct rtnl_nexthop *,
                       struct nl_dump_params *);

extern void        rtnl_route_nh_set_weight(struct rtnl_nexthop *, uint8_t);
extern uint8_t        rtnl_route_nh_get_weight(struct rtnl_nexthop *);
extern void        rtnl_route_nh_set_ifindex(struct rtnl_nexthop *, int);
extern int        rtnl_route_nh_get_ifindex(struct rtnl_nexthop *);
extern void        rtnl_route_nh_set_gateway(struct rtnl_nexthop *,
                          struct nl_addr *);
extern struct nl_addr *    rtnl_route_nh_get_gateway(struct rtnl_nexthop *);
extern void        rtnl_route_nh_set_flags(struct rtnl_nexthop *,
                        unsigned int);
extern void        rtnl_route_nh_unset_flags(struct rtnl_nexthop *,
                          unsigned int);
extern unsigned int    rtnl_route_nh_get_flags(struct rtnl_nexthop *);
extern void        rtnl_route_nh_set_realms(struct rtnl_nexthop *,
                         uint32_t);
extern uint32_t        rtnl_route_nh_get_realms(struct rtnl_nexthop *);

extern int        rtnl_route_nh_set_newdst(struct rtnl_nexthop *,
                         struct nl_addr *);
extern struct nl_addr *    rtnl_route_nh_get_newdst(struct rtnl_nexthop *);
extern int        rtnl_route_nh_set_via(struct rtnl_nexthop *,
                         struct nl_addr *);
extern struct nl_addr *    rtnl_route_nh_get_via(struct rtnl_nexthop *);
extern char *        rtnl_route_nh_flags2str(int, char *, size_t);
extern int        rtnl_route_nh_str2flags(const char *);

/*
 * nexthop encapsulations
 */
extern int        rtnl_route_nh_encap_mpls(struct rtnl_nexthop *nh,
                         struct nl_addr *addr,
                         uint8_t ttl);
#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.0056 ]--