HomeSort by relevance Sort by last modified time
    Searched refs:_SL_ (Results 1 - 13 of 13) sorted by null

  /external/iproute2/ip/
ipxfrm.c 298 fprintf(fp, "%s", _SL_);
340 fprintf(fp, "%s", _SL_);
358 fprintf(fp, "stats:%s", _SL_);
363 s->replay_window, s->replay, s->integrity_failed, _SL_);
395 fprintf(fp, "lifetime config:%s",_SL_);
402 strxf_limit(cfg->hard_byte_limit), _SL_);
409 strxf_limit(cfg->hard_packet_limit), _SL_);
416 _SL_);
423 _SL_);
428 fprintf(fp, "lifetime current:%s", _SL_);
    [all...]
ipntable.c 413 fprintf(fp, "%s", _SL_);
438 fprintf(fp, "%s", _SL_);
450 fprintf(fp, "%s", _SL_);
458 fprintf(fp, "%s", _SL_);
467 fprintf(fp, "%s", _SL_);
476 fprintf(fp, "%s", _SL_);
498 fprintf(fp, "%s", _SL_);
515 fprintf(fp, "%s", _SL_);
532 fprintf(fp, "%s", _SL_);
553 fprintf(fp, "%s", _SL_);
    [all...]
ipaddress.c 197 fprintf(fp, "%s", _SL_);
270 fprintf(fp, "%s", _SL_);
272 s->rx_compressed ? "compressed" : "", _SL_);
284 fprintf(fp, "%s", _SL_);
285 fprintf(fp, " RX errors: length crc frame fifo missed%s", _SL_);
293 fprintf(fp, "%s", _SL_);
295 (uint64_t)s->tx_compressed ? "compressed" : "", _SL_);
307 fprintf(fp, "%s", _SL_);
308 fprintf(fp, " TX errors: aborted fifo window heartbeat%s", _SL_);
319 fprintf(fp, "%s", _SL_);
    [all...]
ip.c 32 char * _SL_ = NULL;
253 _SL_ = oneline ? "\\" : "\n" ;
iptunnel.c 385 printf("%s Drop packets out of sequence.\n", _SL_);
387 printf("%s Checksum in received packet is required.", _SL_);
389 printf("%s Sequence packets on output.", _SL_);
391 printf("%s Checksum output packets.", _SL_);
457 printf("%s", _SL_);
458 printf("RX: Packets Bytes Errors CsumErrs OutOfSeq Mcasts%s", _SL_);
460 rx_packets, rx_bytes, rx_errs, rx_frame, rx_fifo, rx_multi, _SL_);
461 printf("TX: Packets Bytes Errors DeadLoop NoRoute NoBufs%s", _SL_);
xfrm_monitor.c 78 fprintf(fp, "%s", _SL_);
97 fprintf(fp, "%s", _SL_);
127 fprintf(fp, "%s", _SL_);
165 fprintf(fp, "%s", _SL_);
196 fprintf(fp, "%s", _SL_);
ip6tunnel.c 326 printf("%s", _SL_);
327 printf("RX: Packets Bytes Errors CsumErrs OutOfSeq Mcasts%s", _SL_);
329 rx_packets, rx_bytes, rx_errs, rx_frame, rx_fifo, rx_multi, _SL_);
330 printf("TX: Packets Bytes Errors DeadLoop NoRoute NoBufs%s", _SL_);
ipmroute.c 157 fprintf(ofp, "%s %u packets, %u bytes", _SL_, pkts, b);
ipmaddr.c 238 fprintf(fp, "%d:\t%s%s", cur_index, list->name, _SL_);
iproute.c 442 fprintf(fp, "%s cache ", _SL_);
495 fprintf(fp, "%s cache ", _SL_);
581 fprintf(fp, "%s\tnexthop", _SL_);
    [all...]
xfrm_policy.c 550 fprintf(fp, "%s", _SL_);
xfrm_state.c 806 fprintf(fp, "%s", _SL_);
  /external/iproute2/include/
utils.h 19 extern char * _SL_;

Completed in 360 milliseconds