Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 705870
Collapse All | Expand All

(-)a/include/rt_names.h (+2 lines)
Lines 33-36 int ll_proto_a2n(unsigned short *id, const char *buf); Link Here
33
const char *nl_proto_n2a(int id, char *buf, int len);
33
const char *nl_proto_n2a(int id, char *buf, int len);
34
int nl_proto_a2n(__u32 *id, const char *arg);
34
int nl_proto_a2n(__u32 *id, const char *arg);
35
35
36
extern int numeric;
37
36
#endif
38
#endif
(-)a/ip/ip.c (-1 / +1 lines)
Lines 23-28 Link Here
23
#include "ip_common.h"
23
#include "ip_common.h"
24
#include "namespace.h"
24
#include "namespace.h"
25
#include "color.h"
25
#include "color.h"
26
#include "rt_names.h"
26
27
27
int preferred_family = AF_UNSPEC;
28
int preferred_family = AF_UNSPEC;
28
int human_readable;
29
int human_readable;
Lines 36-42 int timestamp; Link Here
36
int force;
37
int force;
37
int max_flush_loops = 10;
38
int max_flush_loops = 10;
38
int batch_mode;
39
int batch_mode;
39
int numeric;
40
bool do_all;
40
bool do_all;
41
41
42
struct rtnl_handle rth = { .fd = -1 };
42
struct rtnl_handle rth = { .fd = -1 };
(-)a/misc/ss.c (-1 / +1 lines)
Lines 35-40 Link Here
35
#include "libnetlink.h"
35
#include "libnetlink.h"
36
#include "namespace.h"
36
#include "namespace.h"
37
#include "SNAPSHOT.h"
37
#include "SNAPSHOT.h"
38
#include "rt_names.h"
38
39
39
#include <linux/tcp.h>
40
#include <linux/tcp.h>
40
#include <linux/sock_diag.h>
41
#include <linux/sock_diag.h>
Lines 121-127 static int follow_events; Link Here
121
static int sctp_ino;
122
static int sctp_ino;
122
static int show_tipcinfo;
123
static int show_tipcinfo;
123
static int show_tos;
124
static int show_tos;
124
int numeric;
125
int oneline;
125
int oneline;
126
126
127
enum col_id {
127
enum col_id {
(-)a/tc/tc.c (-1 / +1 lines)
Lines 29-34 Link Here
29
#include "tc_util.h"
29
#include "tc_util.h"
30
#include "tc_common.h"
30
#include "tc_common.h"
31
#include "namespace.h"
31
#include "namespace.h"
32
#include "rt_names.h"
32
33
33
int show_stats;
34
int show_stats;
34
int show_details;
35
int show_details;
Lines 43-49 bool use_names; Link Here
43
int json;
44
int json;
44
int color;
45
int color;
45
int oneline;
46
int oneline;
46
int numeric;
47
47
48
static char *conf_file;
48
static char *conf_file;
49
49
(-)a/tipc/tipc.c (-2 / +1 lines)
Lines 22-31 Link Here
22
#include "node.h"
22
#include "node.h"
23
#include "peer.h"
23
#include "peer.h"
24
#include "cmdl.h"
24
#include "cmdl.h"
25
#include "utils.h"
25
26
26
int help_flag;
27
int help_flag;
27
int json;
28
int json;
28
int pretty;
29
29
30
static void about(struct cmdl *cmdl)
30
static void about(struct cmdl *cmdl)
31
{
31
{
32
- 

Return to bug 705870