Searched refs:pktsize (Results 1 – 1 of 1) sorted by relevance
105 void bb_debug_dump_packet(unsigned char *outpack, int pktsize) in bb_debug_dump_packet() argument109 for (i = 0; i < pktsize; ++i) { in bb_debug_dump_packet()117 # define bb_debug_dump_packet(outpack, pktsize) ((void)0) argument207 int pktsize; in ether_wake_main() local229 pktsize = fill_pkt_header(outpack, &eaddr, flags /* & 1 OPT_BROADCAST */); in ether_wake_main()231 bb_debug_dump_packet(outpack, pktsize); in ether_wake_main()255 bb_debug_dump_packet(outpack, pktsize); in ether_wake_main()259 memcpy(outpack+pktsize, wol_passwd, wol_passwd_sz); in ether_wake_main()260 pktsize += wol_passwd_sz; in ether_wake_main()263 bb_debug_dump_packet(outpack, pktsize); in ether_wake_main()[all …]