HomeSort by relevance Sort by last modified time
    Searched defs:tstr (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/tcpdump/
print-vxlan.c 29 static const char tstr[] = " [|VXLAN]"; variable
73 ND_PRINT((ndo, "%s", tstr));
print-usb.c 36 static const char tstr[] = "[|usb]"; variable
142 ND_PRINT((ndo, "%s", tstr));
165 ND_PRINT((ndo, "%s", tstr));
print-vxlan-gpe.c 37 static const char tstr[] = " [|VXLAN-GPE]"; variable
111 ND_PRINT((ndo, "%s", tstr));
print-loopback.c 46 static const char tstr[] = " [|loopback]"; variable
105 ND_PRINT((ndo, "%s", tstr));
134 ND_PRINT((ndo, "%s", tstr));
print-dtp.c 30 static const char tstr[] = " [|dtp]"; variable
120 ND_PRINT((ndo, "%s", tstr));
print-openflow.c 46 static const char tstr[] = " [|openflow]"; variable
128 ND_PRINT((ndo, "%s", tstr));
print-pflog.c 42 static const char tstr[] = "[|pflog]"; variable
119 ND_PRINT((ndo, "%s", tstr));
132 ND_PRINT((ndo, "%s", tstr));
176 ND_PRINT((ndo, "%s", tstr));
print-syslog.c 28 static const char tstr[] = "[|syslog]"; variable
105 ND_PRINT((ndo, "%s", tstr));
110 ND_PRINT((ndo, "%s", tstr));
145 ND_PRINT((ndo, "%s", tstr));
print-zeromq.c 39 static const char tstr[] = " [|zmtp1]"; variable
139 ND_PRINT((ndo, "%s", tstr));
208 ND_PRINT((ndo, "%s", tstr));
print-nsh.c 37 static const char tstr[] = " [|NSH]"; variable
183 ND_PRINT((ndo, "%s", tstr));
print-udld.c 31 static const char tstr[] = " [|udld]"; variable
190 ND_PRINT((ndo, "%s", tstr));
print-cdp.c 42 static const char tstr[] = "[|cdp]"; variable
101 ND_PRINT((ndo, "%s", tstr));
264 ND_PRINT((ndo, "%s", tstr));
print-medsa.c 36 static const char tstr[] = "[|MEDSA]"; variable
188 ND_PRINT((ndo, "%s", tstr));
print-sl.c 50 static const char tstr[] = "[|slip]"; variable
67 ND_PRINT((ndo, "%s", tstr));
80 ND_PRINT((ndo, "%s", tstr));
107 ND_PRINT((ndo, "%s", tstr));
print-tftp.c 61 static const char tstr[] = " [|tftp]"; variable
201 ND_PRINT((ndo, "%s", tstr));
print-gre.c 54 static const char tstr[] = "[|gre]"; variable
112 ND_PRINT((ndo, "%s", tstr));
240 ND_PRINT((ndo, "%s", tstr));
324 ND_PRINT((ndo, "%s", tstr));
print-krb.c 35 static const char tstr[] = " [|kerberos]"; variable
141 ND_PRINT((ndo, "%s", tstr));
163 ND_PRINT((ndo, "%s", tstr));
222 ND_PRINT((ndo, "%s", tstr));
234 ND_PRINT((ndo, "%s", tstr));
print-rip.c 38 static const char tstr[] = "[|rip]"; variable
186 ND_PRINT((ndo, " %s", tstr));
193 ND_PRINT((ndo, " %s", tstr));
248 ND_PRINT((ndo, "%s", tstr));
print-token.c 94 static const char tstr[] = "[|token-ring]"; variable
161 ND_PRINT((ndo, "%s", tstr));
179 ND_PRINT((ndo, "%s", tstr));
185 ND_PRINT((ndo, "%s", tstr));
print-ahcp.c 42 static const char tstr[] = " [|ahcp]"; variable
124 ND_PRINT((ndo, "%s", tstr));
142 ND_PRINT((ndo, "%s", tstr));
166 ND_PRINT((ndo, "%s", tstr));
190 ND_PRINT((ndo, "%s", tstr));
214 ND_PRINT((ndo, "%s", tstr));
238 ND_PRINT((ndo, "%s", tstr));
299 ND_PRINT((ndo, "%s", tstr));
344 ND_PRINT((ndo, "%s", tstr));
410 ND_PRINT((ndo, "%s", tstr));
    [all...]
print-aoe.c 43 static const char tstr[] = " [|aoe]"; variable
203 ND_PRINT((ndo, "%s", tstr));
252 ND_PRINT((ndo, "%s", tstr));
303 ND_PRINT((ndo, "%s", tstr));
338 ND_PRINT((ndo, "%s", tstr));
396 ND_PRINT((ndo, "%s", tstr));
428 ND_PRINT((ndo, "%s", tstr));
print-atalk.c 39 static const char tstr[] = "[|atalk]"; variable
288 ND_PRINT((ndo, "%s", tstr));
432 ND_PRINT((ndo, "%s", tstr));
441 ND_PRINT((ndo, "%s", tstr));
483 ND_PRINT((ndo, "%s", tstr));
495 ND_PRINT((ndo, "%s", tstr));
511 ND_PRINT((ndo, "%s", tstr));
print-igmp.c 38 static const char tstr[] = "[|igmp]"; variable
124 ND_PRINT((ndo, "%s", tstr));
146 ND_PRINT((ndo, "%s", tstr));
200 ND_PRINT((ndo, "%s", tstr));
256 ND_PRINT((ndo, "%s", tstr));
340 ND_PRINT((ndo, "%s", tstr));
print-ip.c 39 static const char tstr[] = "[|ip]"; variable
318 ND_PRINT((ndo, "%s", tstr));
697 ND_PRINT((ndo, "%s", tstr));
724 ND_PRINT((ndo, "%s", tstr));
  /external/selinux/libsemanage/src/
fcontexts_file.c 55 const char *tstr = semanage_fcontext_get_type_str(type); local
76 "%s (%s) to stream", expr, tstr);

Completed in 218 milliseconds

1 2 3