• Home
  • Raw
  • Download

Lines Matching refs:offset

1363 	int i, j, offset;  in dump_arp_table()  local
1369 offset = 0; in dump_arp_table()
1370 offset += sprintf(buf, "%d: %p\n", i, rulla); in dump_arp_table()
1371 offset += sprintf(buf + offset, "Mac: %pM", in dump_arp_table()
1373 offset += sprintf(buf + offset, " Atm:"); in dump_arp_table()
1375 offset += sprintf(buf + offset, in dump_arp_table()
1379 offset += sprintf(buf + offset, in dump_arp_table()
1388 offset += in dump_arp_table()
1389 sprintf(buf + offset, in dump_arp_table()
1400 offset = 0; in dump_arp_table()
1401 offset += sprintf(buf + offset, "Mac: %pM", rulla->mac_addr); in dump_arp_table()
1402 offset += sprintf(buf + offset, " Atm:"); in dump_arp_table()
1404 offset += sprintf(buf + offset, "%2.2x ", in dump_arp_table()
1407 offset += sprintf(buf + offset, in dump_arp_table()
1415 offset += sprintf(buf + offset, in dump_arp_table()
1425 offset = 0; in dump_arp_table()
1426 offset += sprintf(buf + offset, "Mac: %pM", rulla->mac_addr); in dump_arp_table()
1427 offset += sprintf(buf + offset, " Atm:"); in dump_arp_table()
1429 offset += sprintf(buf + offset, "%2.2x ", in dump_arp_table()
1432 offset += sprintf(buf + offset, in dump_arp_table()
1440 offset += sprintf(buf + offset, in dump_arp_table()
1450 offset = 0; in dump_arp_table()
1451 offset += sprintf(buf + offset, "Mac: %pM", rulla->mac_addr); in dump_arp_table()
1452 offset += sprintf(buf + offset, " Atm:"); in dump_arp_table()
1454 offset += sprintf(buf + offset, "%2.2x ", in dump_arp_table()
1457 offset += sprintf(buf + offset, in dump_arp_table()
1465 offset += sprintf(buf + offset, in dump_arp_table()