packet_len        843 lib/socket_wrapper/socket_wrapper.c 	size_t packet_len;
packet_len        920 lib/socket_wrapper/socket_wrapper.c 	packet_len = nonwire_len + wire_len;
packet_len        921 lib/socket_wrapper/socket_wrapper.c 	alloc_len = packet_len;
packet_len       1053 lib/socket_wrapper/socket_wrapper.c 	*_packet_len = packet_len - icmp_truncate_len;
packet_len       1090 lib/socket_wrapper/socket_wrapper.c 				      size_t *packet_len)
packet_len       1226 lib/socket_wrapper/socket_wrapper.c 			      		  buf, len, packet_len);
packet_len       1347 lib/socket_wrapper/socket_wrapper.c 				 packet_len);
packet_len       1357 lib/socket_wrapper/socket_wrapper.c 	size_t packet_len = 0;
packet_len       1365 lib/socket_wrapper/socket_wrapper.c 	packet = swrap_marshall_packet(si, addr, type, buf, len, &packet_len);
packet_len       1372 lib/socket_wrapper/socket_wrapper.c 		if (write(fd, packet, packet_len) != packet_len) {