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

  /external/iproute2/ip/
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...]
ipxfrm.c 294 fprintf(fp, "%s", _SL_);
336 fprintf(fp, "%s", _SL_);
354 fprintf(fp, "stats:%s", _SL_);
359 s->replay_window, s->replay, s->integrity_failed, _SL_);
391 fprintf(fp, "lifetime config:%s",_SL_);
398 strxf_limit(cfg->hard_byte_limit), _SL_);
405 strxf_limit(cfg->hard_packet_limit), _SL_);
412 _SL_);
419 _SL_);
424 fprintf(fp, "lifetime current:%s", _SL_);
    [all...]
xfrm_monitor.c 77 fprintf(fp, "%s", _SL_);
96 fprintf(fp, "%s", _SL_);
126 fprintf(fp, "%s", _SL_);
164 fprintf(fp, "%s", _SL_);
195 fprintf(fp, "%s", _SL_);
ip.c 32 char * _SL_ = NULL;
234 _SL_ = oneline ? "\\" : "\n" ;
iptunnel.c 375 printf("%s Drop packets out of sequence.\n", _SL_);
377 printf("%s Checksum in received packet is required.", _SL_);
379 printf("%s Sequence packets on output.", _SL_);
381 printf("%s Checksum output packets.", _SL_);
438 printf("%s", _SL_);
439 printf("RX: Packets Bytes Errors CsumErrs OutOfSeq Mcasts%s", _SL_);
441 rx_packets, rx_bytes, rx_errs, rx_frame, rx_fifo, rx_multi, _SL_);
442 printf("TX: Packets Bytes Errors DeadLoop NoRoute NoBufs%s", _SL_);
ip6tunnel.c 310 printf("%s", _SL_);
311 printf("RX: Packets Bytes Errors CsumErrs OutOfSeq Mcasts%s", _SL_);
313 rx_packets, rx_bytes, rx_errs, rx_frame, rx_fifo, rx_multi, _SL_);
314 printf("TX: Packets Bytes Errors DeadLoop NoRoute NoBufs%s", _SL_);
ipaddress.c 166 fprintf(fp, "%s", _SL_);
258 fprintf(fp, "%s", _SL_);
293 fprintf(fp, "%s", _SL_);
295 s->rx_compressed ? "compressed" : "", _SL_);
304 fprintf(fp, "%s", _SL_);
305 fprintf(fp, " RX errors: length crc frame fifo missed%s", _SL_);
314 fprintf(fp, "%s", _SL_);
316 s->tx_compressed ? "compressed" : "", _SL_);
323 fprintf(fp, "%s", _SL_);
324 fprintf(fp, " TX errors: aborted fifo window heartbeat%s", _SL_);
    [all...]
ipmroute.c 152 fprintf(ofp, "%s %u packets, %u bytes", _SL_, pkts, b);
ipmaddr.c 235 fprintf(fp, "%d:\t%s%s", cur_index, list->name, _SL_);
iproute.c 406 fprintf(fp, "%s cache ", _SL_);
462 fprintf(fp, "%s cache ", _SL_);
553 fprintf(fp, "%s\tnexthop", _SL_);
    [all...]
xfrm_policy.c 494 fprintf(fp, "%s", _SL_);
xfrm_state.c 742 fprintf(fp, "%s", _SL_);
  /external/iproute2/include/
utils.h 19 extern char * _SL_;

Completed in 652 milliseconds