Home
last modified time | relevance | path

Searched refs:print_headers (Results 1 – 5 of 5) sorted by relevance

/external/iproute2/ip/
Dipmonitor.c40 static void print_headers(FILE *fp, char *label, struct rtnl_ctrl_data *ctrl) in print_headers() function
76 print_headers(fp, "[MROUTE]", ctrl); in accept_msg()
80 print_headers(fp, "[ROUTE]", ctrl); in accept_msg()
88 print_headers(fp, "[LINK]", ctrl); in accept_msg()
93 print_headers(fp, "[ADDR]", ctrl); in accept_msg()
98 print_headers(fp, "[ADDRLABEL]", ctrl); in accept_msg()
111 print_headers(fp, "[NEIGH]", ctrl); in accept_msg()
116 print_headers(fp, "[PREFIX]", ctrl); in accept_msg()
121 print_headers(fp, "[RULE]", ctrl); in accept_msg()
126 print_headers(fp, "[NETCONF]", ctrl); in accept_msg()
[all …]
/external/ltp/pan/cgi/
Dbrowse.cgi76 sub print_headers { subroutine
172 print_headers();
/external/python/cpython3/Tools/scripts/
Dtexi2html.py213 self.print_headers = 0 # always print headers?
1170 if self.debugging or self.print_headers:
2020 print_headers = 0
2029 print_headers = 1
2051 parser.print_headers = print_headers
/external/python/cpython2/Tools/scripts/
Dtexi2html.py212 self.print_headers = 0 # always print headers?
1171 if self.debugging or self.print_headers:
2023 print_headers = 0
2032 print_headers = 1
2054 parser.print_headers = print_headers
/external/iproute2/devlink/
Ddevlink.c2683 bool print_headers; member
3017 if (ctx->print_headers) in cmd_dpipe_header_cb()
3039 ctx->print_headers = true; in cmd_dpipe_headers_show()